public interface AbstractElement
extends org.eclipse.emf.ecore.EObject
The following features are supported:
XtextPackage.getAbstractElement()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCardinality()
Returns the value of the 'Cardinality' attribute.
|
boolean |
isFirstSetPredicated()
Returns the value of the 'First Set Predicated' attribute.
|
boolean |
isPredicated()
Returns the value of the 'Predicated' attribute.
|
void |
setCardinality(java.lang.String value)
Sets the value of the '
Cardinality' attribute. |
void |
setFirstSetPredicated(boolean value)
Sets the value of the '
First Set Predicated' attribute. |
void |
setPredicated(boolean value)
Sets the value of the '
Predicated' attribute. |
java.lang.String getCardinality()
If the meaning of the 'Cardinality' attribute isn't clear, there really should be more of a description here...
setCardinality(String),
XtextPackage.getAbstractElement_Cardinality()void setCardinality(java.lang.String value)
Cardinality' attribute.
value - the new value of the 'Cardinality' attribute.getCardinality()boolean isPredicated()
If the meaning of the 'Predicated' attribute isn't clear, there really should be more of a description here...
setPredicated(boolean),
XtextPackage.getAbstractElement_Predicated()void setPredicated(boolean value)
Predicated' attribute.
value - the new value of the 'Predicated' attribute.isPredicated()boolean isFirstSetPredicated()
If the meaning of the 'First Set Predicated' attribute isn't clear, there really should be more of a description here...
setFirstSetPredicated(boolean),
XtextPackage.getAbstractElement_FirstSetPredicated()void setFirstSetPredicated(boolean value)
First Set Predicated' attribute.
value - the new value of the 'First Set Predicated' attribute.isFirstSetPredicated()