Interface CharacteristicReference
-
- All Superinterfaces:
Characterizing,EObject,Notifier
- All Known Implementing Classes:
CharacteristicReferenceImpl
public interface CharacteristicReference extends Characterizing
A representation of the model object 'Reference'.The following features are supported:
- See Also:
CharacteristicPackage.getCharacteristicReference()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CharacteristiccomputeCharacteristic()CharacteristicgetReferencedCharacteristic()Returns the value of the 'Referenced Characteristic' reference.voidsetReferencedCharacteristic(Characteristic value)Sets the value of the 'Referenced Characteristic' 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
-
getReferencedCharacteristic
Characteristic getReferencedCharacteristic()
Returns the value of the 'Referenced Characteristic' reference.- Returns:
- the value of the 'Referenced Characteristic' reference.
- See Also:
setReferencedCharacteristic(Characteristic),CharacteristicPackage.getCharacteristicReference_ReferencedCharacteristic()- Generated class or method.
- EMF model class or method.
- required="true"
-
setReferencedCharacteristic
void setReferencedCharacteristic(Characteristic value)
Sets the value of the 'Referenced Characteristic' reference.- Parameters:
value- the new value of the 'Referenced Characteristic' reference.- See Also:
getReferencedCharacteristic()- Generated class or method.
-
computeCharacteristic
Characteristic computeCharacteristic()
- Specified by:
computeCharacteristicin interfaceCharacterizing- Generated class or method.
- EMF model class or method.
- required="true" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot body='self.referencedCharacteristic'"
-
-