public class EEnum extends EDataType
Java class for EEnum complex type.
The following schema fragment specifies the expected content contained within this class.
<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 List<EEnumLiteral> |
eLiterals |
serializableinstanceClassNamenameeAnnotations| Constructor and Description |
|---|
EEnum() |
| Modifier and Type | Method and Description |
|---|---|
List<EEnumLiteral> |
getELiterals()
Gets the value of the eLiterals property.
|
isSerializable, setSerializablegetInstanceClassName, setInstanceClassNamegetName, setNamegetEAnnotationsprotected List<EEnumLiteral> eLiterals
public List<EEnumLiteral> getELiterals()
This accessor method returns a reference to the live list, not a
snapshot. Therefore any modification you make to the returned list will
be present inside the JAXB object. This is why there is not a
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
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.