public class EEnumLiteral extends ENamedElement
<complexType name="EEnumLiteral"> <complexContent> <extension base="{http://www.eclipse.org/emf/2002/Ecore}ENamedElement"> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}int" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
value |
name
eAnnotations
Constructor and Description |
---|
EEnumLiteral() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getValue()
Gets the value of the value property.
|
void |
setValue(java.lang.Integer value)
Sets the value of the value property.
|
getName, setName
getEAnnotations