public class EEnum extends EDataType
<complexType name="EEnum"> <complexContent> <extension base="{http://www.eclipse.org/emf/2002/Ecore}EDataType"> <choice maxOccurs="unbounded" minOccurs="0"> <element name="eLiterals" type="{http://www.eclipse.org/emf/2002/Ecore}EEnumLiteral"/> </choice> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<EEnumLiteral> |
eLiterals |
serializable
instanceClassName
name
eAnnotations
Constructor and Description |
---|
EEnum() |
Modifier and Type | Method and Description |
---|---|
java.util.List<EEnumLiteral> |
getELiterals()
Gets the value of the eLiterals property.
|
isSerializable, setSerializable
getInstanceClassName, setInstanceClassName
getName, setName
getEAnnotations
protected java.util.List<EEnumLiteral> eLiterals
public java.util.List<EEnumLiteral> getELiterals()
set
method for the eLiterals property.
For example, to add a new item, do as follows:
getELiterals().add(newItem);Objects of the following type(s) are allowed in the list
EEnumLiteral