Package org.omg.smm
Interface MeasureCategory
- All Superinterfaces:
AbstractMeasureElement,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,SmmElement
- All Known Implementing Classes:
MeasureCategoryImpl
public interface MeasureCategory extends AbstractMeasureElement
A representation of the model object 'Measure Category'.
The following features are supported:
- See Also:
SmmPackage.getMeasureCategory()
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<MeasureCategory>getCategory()Returns the value of the 'Category' reference list.org.eclipse.emf.common.util.EList<MeasureCategory>getCategoryElement()Returns the value of the 'Category Element' reference list.org.eclipse.emf.common.util.EList<Measure>getCategoryMeasure()Returns the value of the 'Category Measure' reference list.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
-
getCategoryMeasure
org.eclipse.emf.common.util.EList<Measure> getCategoryMeasure()Returns the value of the 'Category Measure' reference list. The list contents are of typeMeasure. It is bidirectional and its opposite is 'Category'.- Returns:
- the value of the 'Category Measure' reference list.
- See Also:
SmmPackage.getMeasureCategory_CategoryMeasure(),Measure.getCategory()
-
getCategory
org.eclipse.emf.common.util.EList<MeasureCategory> getCategory()Returns the value of the 'Category' reference list. The list contents are of typeMeasureCategory. It is bidirectional and its opposite is 'Category Element'.- Returns:
- the value of the 'Category' reference list.
- See Also:
SmmPackage.getMeasureCategory_Category(),getCategoryElement()
-
getCategoryElement
org.eclipse.emf.common.util.EList<MeasureCategory> getCategoryElement()Returns the value of the 'Category Element' reference list. The list contents are of typeMeasureCategory. It is bidirectional and its opposite is 'Category'.- Returns:
- the value of the 'Category Element' reference list.
- See Also:
SmmPackage.getMeasureCategory_CategoryElement(),getCategory()
-