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 |
クラス 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.