Package de.sebinside.dcp.dsl.dSL
Interface CreateSetOperation
-
- All Superinterfaces:
CharacteristsicSetOperation
,EObject
,Notifier
,Operation
- All Known Implementing Classes:
CreateSetOperationImpl
public interface CreateSetOperation extends CharacteristsicSetOperation
A representation of the model object 'Create Set Operation'.The following features are supported:
- See Also:
DSLPackage.getCreateSetOperation()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CharacteristicReference
getValue()
Returns the value of the 'Value' containment reference.void
setValue(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.getCreateSetOperation_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.
-
-