public class EEnumLiteral extends ENamedElement
Java class for EEnumLiteral complex type.
The following schema fragment specifies the expected content contained within this class.
<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 Integer |
value |
nameeAnnotations| Constructor and Description |
|---|
EEnumLiteral() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getValue()
Gets the value of the value property.
|
void |
setValue(Integer value)
Sets the value of the value property.
|
getName, setNamegetEAnnotationsprotected Integer value
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.