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

フィールドの概要
 
クラス org.asyrinx.joey.gen.model.Element から継承したフィールド
log
 
コンストラクタの概要
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)
           
 
メソッドの概要
 AbstractEnumeration getParent()
           
 java.lang.String getValue()
           
 void setValue(java.lang.String value)
           
 
クラス org.asyrinx.joey.gen.model.Element から継承したメソッド
add, clone, getDescription, getFullName, getLabel, getName, getOption, getOptions, getOriginal, getParentElement, isEntity, setDescription, setLabel, setName, setOptions, setOriginal, setParentElement
 
クラス java.lang.Object から継承したメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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.


Copyright © 2004 asyrinx organization. All Rights Reserved.