public class ETypedElement extends ENamedElement
<complexType name="ETypedElement">
<complexContent>
<extension base="{http://www.eclipse.org/emf/2002/Ecore}ENamedElement">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="eType" type="{http://www.eclipse.org/emf/2002/Ecore}EClassifier"/>
</choice>
<attribute name="eType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="lowerBound" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="ordered" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="unique" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="upperBound" type="{http://www.w3.org/2001/XMLSchema}int" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<EClassifier> |
eClassifierETypes |
protected String |
eType |
protected Integer |
lowerBound |
protected Boolean |
ordered |
protected Boolean |
unique |
protected Integer |
upperBound |
nameeAnnotations| Constructor and Description |
|---|
ETypedElement() |
| Modifier and Type | Method and Description |
|---|---|
List<EClassifier> |
getEClassifierETypes()
Gets the value of the eClassifierETypes property.
|
String |
getEType()
Gets the value of the eType property.
|
Integer |
getLowerBound()
Gets the value of the lowerBound property.
|
Integer |
getUpperBound()
Gets the value of the upperBound property.
|
Boolean |
isOrdered()
Gets the value of the ordered property.
|
Boolean |
isUnique()
Gets the value of the unique property.
|
void |
setEType(String value)
Sets the value of the eType property.
|
void |
setLowerBound(Integer value)
Sets the value of the lowerBound property.
|
void |
setOrdered(Boolean value)
Sets the value of the ordered property.
|
void |
setUnique(Boolean value)
Sets the value of the unique property.
|
void |
setUpperBound(Integer value)
Sets the value of the upperBound property.
|
getName, setNamegetEAnnotationsprotected List<EClassifier> eClassifierETypes
protected String eType
protected Integer lowerBound
protected Boolean ordered
protected Boolean unique
protected Integer upperBound
public List<EClassifier> getEClassifierETypes()
set method for the eClassifierETypes property.
For example, to add a new item, do as follows:
getEClassifierETypes().add(newItem);Objects of the following type(s) are allowed in the list
EClassifierpublic String getEType()
Stringpublic void setEType(String value)
value - allowed object is Stringpublic Integer getLowerBound()
Integerpublic void setLowerBound(Integer value)
value - allowed object is Integerpublic Boolean isOrdered()
Booleanpublic void setOrdered(Boolean value)
value - allowed object is Booleanpublic Boolean isUnique()
Booleanpublic void setUnique(Boolean value)
value - allowed object is Booleanpublic Integer getUpperBound()
IntegerCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.