public interface EnumLiteralDeclaration extends AbstractElement
The following features are supported:
XtextPackage.getEnumLiteralDeclaration()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EEnumLiteral |
getEnumLiteral()
Returns the value of the 'Enum Literal' reference
|
Keyword |
getLiteral()
Returns the value of the 'Literal' containment reference
|
void |
setEnumLiteral(org.eclipse.emf.ecore.EEnumLiteral value)
Sets the value of the '
Enum Literal' reference |
void |
setLiteral(Keyword value)
Sets the value of the '
Literal' containment reference |
getCardinality, isFirstSetPredicated, isPredicated, setCardinality, setFirstSetPredicated, setPredicatedorg.eclipse.emf.ecore.EEnumLiteral getEnumLiteral()
If the meaning of the 'Enum Literal' reference isn't clear, there really should be more of a description here...
setEnumLiteral(EEnumLiteral),
XtextPackage.getEnumLiteralDeclaration_EnumLiteral()void setEnumLiteral(org.eclipse.emf.ecore.EEnumLiteral value)
Enum Literal' reference.
value - the new value of the 'Enum Literal' reference.getEnumLiteral()Keyword getLiteral()
If the meaning of the 'Literal' containment reference isn't clear, there really should be more of a description here...
setLiteral(Keyword),
XtextPackage.getEnumLiteralDeclaration_Literal()void setLiteral(Keyword value)
Literal' containment reference.
value - the new value of the 'Literal' containment reference.getLiteral()