|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Enumerator
An Enumerator object, defined in the Configuration Layer.
| Nested Class Summary | |
|---|---|
static class |
Enumerator.Type
Constants for the different enumerator types. |
| Nested classes/interfaces inherited from interface com.genesyslab.ail.IdObject |
|---|
IdObject.ObjectType |
| Method Summary | |
|---|---|
EnumValue |
getDefaultValue()
Returns the default value of this enumerator, or null if no value is defined as
default. |
java.lang.String |
getDescription()
Returns the description of this enumerator. |
java.lang.String |
getDisplayName()
Returns the display name of this enumerator. |
java.lang.String |
getId()
Returns the name of this enumerator. |
Enumerator.Type |
getType()
Returns the type of this enumerator. |
java.util.Collection |
getValues()
Returns the values of this Enumerator. |
| Methods inherited from interface com.genesyslab.ail.IdObject |
|---|
getObjectType |
| Method Detail |
|---|
java.lang.String getId()
getId in interface IdObjectEnumerator.Type getType()
null if no type is defined.
java.lang.String getDescription()
java.lang.String getDisplayName()
java.util.Collection getValues()
Enumerator.
Collection of EnumValuesEnumValue getDefaultValue()
null if no value is defined as
default.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||