coins.snapshot
クラス LabelType

java.lang.Object
  |
  +--coins.snapshot.AbstType
        |
        +--coins.snapshot.LabelType

class LabelType
extends AbstType

This class represents the type `labelType'.


フィールドの概要
protected  java.lang.String displayName
          The attribute of this type
protected  BiList elem
          The list of the element
 
コンストラクタの概要
(パッケージプライベート) LabelType(java.lang.String dName, BiList contents)
          Constructor
 
メソッドの概要
 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.
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

elem

protected BiList elem
The list of the element


displayName

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

コンストラクタの詳細

LabelType

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

パラメータ:
dName - The attribute `displayName'
contents - The list of the elements
メソッドの詳細

displayName

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

戻り値:
The attribute `displayName'

toString

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

パラメータ:
space - The number of the white spaces
戻り値:
The XML representation

toString

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

オーバーライド:
クラス java.lang.Object 内の toString
戻り値:
The XML representation