Interface SEnumerationLiteral
-
public interface SEnumerationLiteralRepresents an option in an enumeration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description SEnumerationgetEnumeration()The owning enumerationStringgetName()StringgetPresentation()The way to present the option to the userdefault SNodeReferencegetSourceNode()Returns reference to the node, which declares this literal.
-
-
-
Method Detail
-
getEnumeration
SEnumeration getEnumeration()
The owning enumeration
-
getPresentation
String getPresentation()
The way to present the option to the user
-
getSourceNode
@Nullable default SNodeReference getSourceNode()
Returns reference to the node, which declares this literal.
-
-