Interface IMetaEnumeration
public interface IMetaEnumeration
Represents and enumeration.
- 
Method SummaryModifier and TypeMethodDescriptionReturns all possible values for this enumeration and their identifiers.getName()Returns the name of this enumeration.
- 
Method Details- 
getNameString getName()Returns the name of this enumeration.- Returns:
- the enumeration name
 
- 
getEnumValuesMap<String,IMetaEnumValue> getEnumValues()Returns all possible values for this enumeration and their identifiers.- Returns:
- the values of this enumeration by their identifier
 
 
-