public interface Action extends AbstractElement
The following features are supported:
XtextPackage.getAction()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFeature()
Returns the value of the 'Feature' attribute
|
java.lang.String |
getOperator()
Returns the value of the 'Operator' attribute
|
TypeRef |
getType()
Returns the value of the 'Type' containment reference
|
void |
setFeature(java.lang.String value)
Sets the value of the '
Feature ' attribute |
void |
setOperator(java.lang.String value)
Sets the value of the '
Operator ' attribute |
void |
setType(TypeRef value)
Sets the value of the '
Type ' containment reference |
getCardinality, isFirstSetPredicated, isPredicated, setCardinality, setFirstSetPredicated, setPredicated
TypeRef getType()
If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...
setType(TypeRef)
,
XtextPackage.getAction_Type()
void setType(TypeRef value)
Type
' containment reference.
value
- the new value of the 'Type' containment reference.getType()
java.lang.String getFeature()
If the meaning of the 'Feature' attribute isn't clear, there really should be more of a description here...
setFeature(String)
,
XtextPackage.getAction_Feature()
void setFeature(java.lang.String value)
Feature
' attribute.
value
- the new value of the 'Feature' attribute.getFeature()
java.lang.String getOperator()
If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...
setOperator(String)
,
XtextPackage.getAction_Operator()
void setOperator(java.lang.String value)
Operator
' attribute.
value
- the new value of the 'Operator' attribute.getOperator()