Interface SEnumerationLiteral
- 
 public interface SEnumerationLiteralRepresents an option in an enumeration
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description SEnumerationgetEnumeration()The owning enumerationStringgetName()The name of the option, must be unique within the enumeration.StringgetPresentation()The way to present the option to the user
 
- 
- 
- 
Method Detail- 
getEnumerationSEnumeration getEnumeration() The owning enumeration
 - 
getPresentationString getPresentation() The way to present the option to the user
 - 
getNameString getName() The name of the option, must be unique within the enumeration.
 
- 
 
-