Interface IMetaEnumValue
public interface IMetaEnumValue
Represents an enumeration value.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the corresponding enumeration.Returns the internationalized caption of the enumeration value.Returns the identifier of the enumeration value.getImage()
Returns the image name for the enumeration value (if any).
-
Method Details
-
getEnumeration
IMetaEnumeration getEnumeration()Returns the corresponding enumeration.- Returns:
- the enumeration
-
getIdentifier
String getIdentifier()Returns the identifier of the enumeration value.- Returns:
- the identifier
-
getI18NCaptionKey
String getI18NCaptionKey()Returns the internationalized caption of the enumeration value.- Returns:
- the localized caption if present, null otherwise
-
getImage
String getImage()Returns the image name for the enumeration value (if any).- Returns:
- the image name if present, null otherwise
-