Package org.omg.smm
Interface CountingUnit
- All Superinterfaces:
AbstractMeasureElement,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,SmmElement,UnitOfMeasure
- All Known Implementing Classes:
CountingUnitImpl
public interface CountingUnit extends UnitOfMeasure
A representation of the model object 'Counting Unit'.
The following features are supported:
- See Also:
SmmPackage.getCountingUnit()
-
Method Summary
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
-
getScope
Scope getScope()Returns the value of the 'Scope' reference.- Returns:
- the value of the 'Scope' reference.
- See Also:
setScope(Scope),SmmPackage.getCountingUnit_Scope()
-
setScope
Sets the value of the 'Scope' reference.- Parameters:
value- the new value of the 'Scope' reference.- See Also:
getScope()
-