|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EnumValue
A value for an Enumerator object, defined in the Configuration Layer.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.genesyslab.ail.IdObject |
|---|
IdObject.ObjectType |
| Method Summary | |
|---|---|
java.util.Map |
getAnnex()
Returns more info about this value, as described in the Configuration Layer. |
java.lang.String |
getDescription()
Returns the description of this value. |
java.lang.String |
getDisplayName()
Returns the display name of this value. |
Enumerator |
getEnumerator()
Returns the Enumerator this value belongs to. |
java.lang.String |
getName()
Returns the name of this EnumValue as defined in the Configuration
Layer. |
boolean |
isDefault()
Returns true if this is the default value. |
| Methods inherited from interface com.genesyslab.ail.IdObject |
|---|
getId, getObjectType |
| Method Detail |
|---|
java.lang.String getDisplayName()
java.lang.String getDescription()
boolean isDefault()
true if this is the default value.
java.util.Map getAnnex()
Enumerator getEnumerator()
Enumerator this value belongs to.
java.lang.String getName()
EnumValue as defined in the Configuration
Layer.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||