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 java.util.List<EClassifier> |
eClassifierETypes |
protected java.lang.String |
eType |
protected java.lang.Integer |
lowerBound |
protected java.lang.Boolean |
ordered |
protected java.lang.Boolean |
unique |
protected java.lang.Integer |
upperBound |
name
eAnnotations
Constructor and Description |
---|
ETypedElement() |
Modifier and Type | Method and Description |
---|---|
java.util.List<EClassifier> |
getEClassifierETypes()
Gets the value of the eClassifierETypes property.
|
java.lang.String |
getEType()
Gets the value of the eType property.
|
java.lang.Integer |
getLowerBound()
Gets the value of the lowerBound property.
|
java.lang.Integer |
getUpperBound()
Gets the value of the upperBound property.
|
java.lang.Boolean |
isOrdered()
Gets the value of the ordered property.
|
java.lang.Boolean |
isUnique()
Gets the value of the unique property.
|
void |
setEType(java.lang.String value)
Sets the value of the eType property.
|
void |
setLowerBound(java.lang.Integer value)
Sets the value of the lowerBound property.
|
void |
setOrdered(java.lang.Boolean value)
Sets the value of the ordered property.
|
void |
setUnique(java.lang.Boolean value)
Sets the value of the unique property.
|
void |
setUpperBound(java.lang.Integer value)
Sets the value of the upperBound property.
|
getName, setName
getEAnnotations
protected java.util.List<EClassifier> eClassifierETypes
protected java.lang.String eType
protected java.lang.Integer lowerBound
protected java.lang.Boolean ordered
protected java.lang.Boolean unique
protected java.lang.Integer upperBound
public java.util.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
EClassifier
public java.lang.String getEType()
String
public void setEType(java.lang.String value)
value
- allowed object is String
public java.lang.Integer getLowerBound()
Integer
public void setLowerBound(java.lang.Integer value)
value
- allowed object is Integer
public java.lang.Boolean isOrdered()
Boolean
public void setOrdered(java.lang.Boolean value)
value
- allowed object is Boolean
public java.lang.Boolean isUnique()
Boolean
public void setUnique(java.lang.Boolean value)
value
- allowed object is Boolean
public java.lang.Integer getUpperBound()
Integer
public void setUpperBound(java.lang.Integer value)
value
- allowed object is Integer