Package de.sebinside.dcp.dsl.dSL
Interface IndexOperation
-
- All Superinterfaces:
EObject,Notifier,NumericOperation,Operation
- All Known Implementing Classes:
IndexOperationImpl
public interface IndexOperation extends NumericOperation
A representation of the model object 'Index Operation'.The following features are supported:
- See Also:
DSLPackage.getIndexOperation()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CharacteristicReferencegetValue()Returns the value of the 'Value' containment reference.voidsetValue(CharacteristicReference 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
-
getValue
CharacteristicReference getValue()
Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
setValue(CharacteristicReference),DSLPackage.getIndexOperation_Value()- Generated class or method.
- EMF model class or method.
- containment="true"
-
setValue
void setValue(CharacteristicReference value)
Sets the value of the 'Value' containment reference.- Parameters:
value- the new value of the 'Value' containment reference.- See Also:
getValue()- Generated class or method.
-
-