Interface CharacteristicBinding
-
- All Superinterfaces:
EObject
,ManifestationContainer
,Notifier
- All Known Implementing Classes:
CharacteristicBindingImpl
public interface CharacteristicBinding extends ManifestationContainer
A representation of the model object 'Characteristic Binding'.The following features are supported:
- See Also:
BindingPackage.getCharacteristicBinding()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueType
determineValueType()
Characterizing
getCharacteristic()
Returns the value of the 'Characteristic' reference.CharacterizationContext
getTarget()
Returns the value of the 'Target' reference.void
setCharacteristic(Characterizing value)
Sets the value of the 'Characteristic
' reference.void
setTarget(CharacterizationContext value)
Sets the value of the 'Target
' 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 tools.mdsd.characteristics.binding.ManifestationContainer
getManifestation, getValuetype, setManifestation
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getCharacteristic
Characterizing getCharacteristic()
Returns the value of the 'Characteristic' reference.- Returns:
- the value of the 'Characteristic' reference.
- See Also:
setCharacteristic(Characterizing)
,BindingPackage.getCharacteristicBinding_Characteristic()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setCharacteristic
void setCharacteristic(Characterizing value)
Sets the value of the 'Characteristic
' reference.- Parameters:
value
- the new value of the 'Characteristic' reference.- See Also:
getCharacteristic()
- Generated class or method.
-
getTarget
CharacterizationContext getTarget()
Returns the value of the 'Target' reference.- Returns:
- the value of the 'Target' reference.
- See Also:
setTarget(CharacterizationContext)
,BindingPackage.getCharacteristicBinding_Target()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setTarget
void setTarget(CharacterizationContext value)
Sets the value of the 'Target
' reference.- Parameters:
value
- the new value of the 'Target' reference.- See Also:
getTarget()
- Generated class or method.
-
determineValueType
ValueType determineValueType()
- Specified by:
determineValueType
in interfaceManifestationContainer
- Generated class or method.
- EMF model class or method.
- required="true" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot body='characteristic.computeCharacteristic().valueType'"
-
-