Package de.sebinside.dcp.dsl.dSL
Interface CharacteristicSetReference
-
- All Known Implementing Classes:
CharacteristicSetReferenceImpl
public interface CharacteristicSetReference extends Reference
A representation of the model object 'Characteristic Set Reference'.The following features are supported:
- See Also:
DSLPackage.getCharacteristicSetReference()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CharacteristsicSetOperation
getRef()
Returns the value of the 'Ref' containment reference.CharacteristicSet
getValue()
Returns the value of the 'Value' reference.void
setRef(CharacteristsicSetOperation value)
Sets the value of the 'Ref
' containment reference.void
setValue(CharacteristicSet value)
Sets the value of the 'Value
' 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
CharacteristicSet getValue()
Returns the value of the 'Value' reference.- Returns:
- the value of the 'Value' reference.
- See Also:
setValue(CharacteristicSet)
,DSLPackage.getCharacteristicSetReference_Value()
- Generated class or method.
- EMF model class or method.
-
setValue
void setValue(CharacteristicSet value)
Sets the value of the 'Value
' reference.- Parameters:
value
- the new value of the 'Value' reference.- See Also:
getValue()
- Generated class or method.
-
getRef
CharacteristsicSetOperation getRef()
Returns the value of the 'Ref' containment reference.- Returns:
- the value of the 'Ref' containment reference.
- See Also:
setRef(CharacteristsicSetOperation)
,DSLPackage.getCharacteristicSetReference_Ref()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setRef
void setRef(CharacteristsicSetOperation value)
Sets the value of the 'Ref
' containment reference.- Parameters:
value
- the new value of the 'Ref' containment reference.- See Also:
getRef()
- Generated class or method.
-
-