coins.snapshot
Class LabelType

java.lang.Object
  extended bycoins.snapshot.AbstType
      extended bycoins.snapshot.LabelType

class LabelType
extends AbstType

This class represents the type `labelType'.


Field Summary
protected  java.lang.String displayName
          The attribute of this type
protected  BiList elem
          The list of the element
 
Constructor Summary
(package private) LabelType(java.lang.String dName, BiList contents)
          Constructor
 
Method Summary
 java.lang.String displayName()
          Get the attribute `displayName'.
 java.lang.String toString()
          Generate the XML representation with no white spaces before.
 java.lang.String toString(int space)
          Generate the XML representation in string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

elem

protected BiList elem
The list of the element


displayName

protected final java.lang.String displayName
The attribute of this type

Constructor Detail

LabelType

LabelType(java.lang.String dName,
          BiList contents)
Constructor

Parameters:
dName - The attribute `displayName'
contents - The list of the elements
Method Detail

displayName

public java.lang.String displayName()
Get the attribute `displayName'.

Returns:
The attribute `displayName'

toString

public java.lang.String toString(int space)
Generate the XML representation in string.

Parameters:
space - The number of the white spaces
Returns:
The XML representation

toString

public java.lang.String toString()
Generate the XML representation with no white spaces before.

Returns:
The XML representation