org.eclipse.xtext
Interface Action

All Superinterfaces:
AbstractElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ActionImpl

public interface Action
extends AbstractElement

A representation of the model object 'Action'.

The following features are supported:

See Also:
XtextPackage.getAction()
EMF generated code
EMF model element

Method Summary
 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
 
Methods inherited from interface org.eclipse.xtext.AbstractElement
getCardinality, isPredicated, setCardinality, setPredicated
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getType

TypeRef getType()
Returns the value of the 'Type' containment reference.

If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type' containment reference.
See Also:
setType(TypeRef), XtextPackage.getAction_Type()
EMF generated code
EMF model element
containment="true"

setType

void setType(TypeRef value)
Sets the value of the 'Type' containment reference.

Parameters:
value - the new value of the 'Type' containment reference.
See Also:
getType()
EMF generated code

getFeature

java.lang.String getFeature()
Returns the value of the 'Feature' attribute.

If the meaning of the 'Feature' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Feature' attribute.
See Also:
setFeature(String), XtextPackage.getAction_Feature()
EMF generated code
EMF model element

setFeature

void setFeature(java.lang.String value)
Sets the value of the 'Feature' attribute.

Parameters:
value - the new value of the 'Feature' attribute.
See Also:
getFeature()
EMF generated code

getOperator

java.lang.String getOperator()
Returns the value of the 'Operator' attribute.

If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Operator' attribute.
See Also:
setOperator(String), XtextPackage.getAction_Operator()
EMF generated code
EMF model element

setOperator

void setOperator(java.lang.String value)
Sets the value of the 'Operator' attribute.

Parameters:
value - the new value of the 'Operator' attribute.
See Also:
getOperator()
EMF generated code