Package de.sebinside.dcp.dsl.dSL
Interface EmptySetOperation
-
- All Superinterfaces:
BooleanOperation,EObject,Notifier,Operation,SimpleBooleanOperation
- All Known Implementing Classes:
EmptySetOperationImpl
public interface EmptySetOperation extends SimpleBooleanOperation
A representation of the model object 'Empty Set Operation'.The following features are supported:
- See Also:
DSLPackage.getEmptySetOperation()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CharacteristicSetReferencegetValue()Returns the value of the 'Value' containment reference.voidsetValue(CharacteristicSetReference 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
CharacteristicSetReference getValue()
Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
setValue(CharacteristicSetReference),DSLPackage.getEmptySetOperation_Value()- Generated class or method.
- EMF model class or method.
- containment="true"
-
setValue
void setValue(CharacteristicSetReference 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.
-
-