public interface ElementWithCardinality extends RuleElement
The following features are supported:
SimpleAntlrPackage.getElementWithCardinality()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCardinality()
Returns the value of the 'Cardinality' attribute
|
RuleElement |
getElement()
Returns the value of the 'Element' containment reference
|
void |
setCardinality(java.lang.String value)
Sets the value of the '
Cardinality' attribute |
void |
setElement(RuleElement value)
Sets the value of the '
Element' containment reference |
getGuard, getGuarded, setGuard, setGuardedRuleElement getElement()
If the meaning of the 'Element' containment reference isn't clear, there really should be more of a description here...
setElement(RuleElement),
SimpleAntlrPackage.getElementWithCardinality_Element()void setElement(RuleElement value)
Element' containment reference.
value - the new value of the 'Element' containment reference.getElement()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),
SimpleAntlrPackage.getElementWithCardinality_Cardinality()void setCardinality(java.lang.String value)
Cardinality' attribute.
value - the new value of the 'Cardinality' attribute.getCardinality()