Package org.omg.smm
Interface Characteristic
- All Superinterfaces:
AbstractMeasureElement,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,SmmElement
- All Known Implementing Classes:
CharacteristicImpl
public interface Characteristic extends AbstractMeasureElement
A representation of the model object 'Characteristic'.
The following features are supported:
- See Also:
SmmPackage.getCharacteristic()
-
Method Summary
Modifier and Type Method Description CharacteristicgetParent()Returns the value of the 'Parent' containment reference.voidsetParent(Characteristic value)Sets the value of the 'Parent' 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, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.omg.smm.SmmElement
getAnnotations, getAttributes, getDescription, getInRelationships, getName, getOutRelationships, getShortDescription, setDescription, setName, setShortDescription
-
Method Details
-
getParent
Characteristic getParent()Returns the value of the 'Parent' containment reference.- Returns:
- the value of the 'Parent' containment reference.
- See Also:
setParent(Characteristic),SmmPackage.getCharacteristic_Parent()
-
setParent
Sets the value of the 'Parent' containment reference.- Parameters:
value- the new value of the 'Parent' containment reference.- See Also:
getParent()
-