public interface EnumValue extends ValueReference
The following features are supported:
EMFPatternLanguagePackage.getEnumValue()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EEnum |
getEnumeration()
Returns the value of the 'Enumeration' reference.
|
org.eclipse.emf.ecore.EEnumLiteral |
getLiteral()
Returns the value of the 'Literal' reference.
|
void |
setEnumeration(org.eclipse.emf.ecore.EEnum value)
Sets the value of the '
Enumeration ' reference. |
void |
setLiteral(org.eclipse.emf.ecore.EEnumLiteral value)
Sets the value of the '
Literal ' reference. |
org.eclipse.emf.ecore.EEnum getEnumeration()
If the meaning of the 'Enumeration' reference isn't clear, there really should be more of a description here...
setEnumeration(EEnum)
,
EMFPatternLanguagePackage.getEnumValue_Enumeration()
void setEnumeration(org.eclipse.emf.ecore.EEnum value)
Enumeration
' reference.
value
- the new value of the 'Enumeration' reference.getEnumeration()
org.eclipse.emf.ecore.EEnumLiteral getLiteral()
If the meaning of the 'Literal' reference isn't clear, there really should be more of a description here...
setLiteral(EEnumLiteral)
,
EMFPatternLanguagePackage.getEnumValue_Literal()
void setLiteral(org.eclipse.emf.ecore.EEnumLiteral value)
Literal
' reference.
value
- the new value of the 'Literal' reference.getLiteral()