org.eclipse.emf.mwe2.language.mwe2
Interface Assignment

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

public interface Assignment
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Assignment'.

The following features are supported:

See Also:
Mwe2Package.getAssignment()
EMF generated code
EMF model element

Method Summary
 org.eclipse.xtext.common.types.JvmIdentifiableElement getFeature()
          Returns the value of the 'Feature' reference.
 java.lang.String getFeatureName()
          Returns the value of the 'Feature Name' attribute.
 Value getValue()
          Returns the value of the 'Value' containment reference.
 void setFeature(org.eclipse.xtext.common.types.JvmIdentifiableElement value)
          Sets the value of the 'Feature' reference.
 void setValue(Value value)
          Sets the value of the 'Value' containment reference.
 
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

getFeature

org.eclipse.xtext.common.types.JvmIdentifiableElement getFeature()
Returns the value of the 'Feature' reference.

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

Returns:
the value of the 'Feature' reference.
See Also:
setFeature(JvmIdentifiableElement), Mwe2Package.getAssignment_Feature()
EMF generated code
EMF model element

setFeature

void setFeature(org.eclipse.xtext.common.types.JvmIdentifiableElement value)
Sets the value of the 'Feature' reference.

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

getValue

Value getValue()
Returns the value of the 'Value' containment reference.

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

Returns:
the value of the 'Value' containment reference.
See Also:
setValue(Value), Mwe2Package.getAssignment_Value()
EMF generated code
EMF model element
containment="true"

setValue

void setValue(Value value)
Sets the value of the 'Value' containment reference.

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

getFeatureName

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

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

Returns:
the value of the 'Feature Name' attribute.
See Also:
Mwe2Package.getAssignment_FeatureName()
EMF generated code
EMF model element
transient="true" changeable="false"