Package de.sebinside.dcp.dsl.dSL
Interface ComplementOperation
-
- All Superinterfaces:
CharacteristsicSetOperation
,EObject
,Notifier
,Operation
- All Known Implementing Classes:
ComplementOperationImpl
public interface ComplementOperation extends CharacteristsicSetOperation
A representation of the model object 'Complement Operation'.The following features are supported:
- See Also:
DSLPackage.getComplementOperation()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<CharacteristicType>
getTypes()
Returns the value of the 'Types' reference list.CharacteristicSetReference
getValue()
Returns the value of the 'Value' containment reference.void
setValue(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
-
getTypes
EList<CharacteristicType> getTypes()
Returns the value of the 'Types' reference list. The list contents are of typeCharacteristicType
.- Returns:
- the value of the 'Types' reference list.
- See Also:
DSLPackage.getComplementOperation_Types()
- Generated class or method.
- EMF model class or method.
-
getValue
CharacteristicSetReference getValue()
Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
setValue(CharacteristicSetReference)
,DSLPackage.getComplementOperation_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.
-
-