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