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 から継承したメソッド |
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.