org.asyrinx.joey.gen.model
クラス EnumerationEntry

java.lang.Object
  拡張org.asyrinx.joey.gen.model.Element
      拡張org.asyrinx.joey.gen.model.EnumerationEntry
すべての実装インタフェース:
java.lang.Cloneable

public class EnumerationEntry
extends Element

作成者:
akima

コンストラクタの概要
EnumerationEntry()
           
EnumerationEntry(AbstractEnumeration parent, java.lang.String name, java.lang.String label)
           
EnumerationEntry(AbstractEnumeration parent, java.lang.String value, java.lang.String name, java.lang.String label)
           
 
メソッドの概要
 boolean equals(java.lang.Object obj)
           
 AbstractEnumeration getParent()
           
 java.lang.String getValue()
           
 void setValue(java.lang.String value)
           
 
クラス org.asyrinx.joey.gen.model.Element から継承したメソッド
add, clone, getAncestorDepth, getDescription, getElementType, getFullName, getLabel, getName, getOption, getOptions, getOriginal, getParentElement, isEntity, setDescription, setLabel, setName, setOptions, setOriginal, setParentElement, toString
 
クラス java.lang.Object から継承したメソッド
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

EnumerationEntry

public EnumerationEntry()

EnumerationEntry

public EnumerationEntry(AbstractEnumeration parent,
                        java.lang.String name,
                        java.lang.String label)

EnumerationEntry

public EnumerationEntry(AbstractEnumeration parent,
                        java.lang.String value,
                        java.lang.String name,
                        java.lang.String label)
メソッドの詳細

getParent

public AbstractEnumeration getParent()

getValue

public java.lang.String getValue()
戻り値:
Returns the value.

setValue

public void setValue(java.lang.String value)
パラメータ:
value - The value to set.

equals

public boolean equals(java.lang.Object obj)
オーバーライド:
クラス Element 内の equals


Copyright © 2004-2005 asyrinx organization. All Rights Reserved.