Uses of Interface
org.omg.smm.MeasureCategory
| Package | Description |
|---|---|
| org.omg.smm | |
| org.omg.smm.impl | |
| org.omg.smm.util |
-
Uses of MeasureCategory in org.omg.smm
Methods in org.omg.smm that return MeasureCategory Modifier and Type Method Description MeasureCategorySmmFactory. createMeasureCategory()Returns a new object of class 'Measure Category'.Methods in org.omg.smm that return types with arguments of type MeasureCategory Modifier and Type Method Description org.eclipse.emf.common.util.EList<MeasureCategory>Measure. getCategory()Returns the value of the 'Category' reference list.org.eclipse.emf.common.util.EList<MeasureCategory>MeasureCategory. getCategory()Returns the value of the 'Category' reference list.org.eclipse.emf.common.util.EList<MeasureCategory>MeasureCategory. getCategoryElement()Returns the value of the 'Category Element' reference list. -
Uses of MeasureCategory in org.omg.smm.impl
Classes in org.omg.smm.impl that implement MeasureCategory Modifier and Type Class Description classMeasureCategoryImplAn implementation of the model object 'Measure Category'.Fields in org.omg.smm.impl with type parameters of type MeasureCategory Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<MeasureCategory>MeasureCategoryImpl. categoryThe cached value of the 'Category' reference list.protected org.eclipse.emf.common.util.EList<MeasureCategory>MeasureImpl. categoryThe cached value of the 'Category' reference list.protected org.eclipse.emf.common.util.EList<MeasureCategory>MeasureCategoryImpl. categoryElementThe cached value of the 'Category Element' reference list.Methods in org.omg.smm.impl that return MeasureCategory Modifier and Type Method Description MeasureCategorySmmFactoryImpl. createMeasureCategory()Methods in org.omg.smm.impl that return types with arguments of type MeasureCategory Modifier and Type Method Description org.eclipse.emf.common.util.EList<MeasureCategory>MeasureCategoryImpl. getCategory()org.eclipse.emf.common.util.EList<MeasureCategory>MeasureImpl. getCategory()org.eclipse.emf.common.util.EList<MeasureCategory>MeasureCategoryImpl. getCategoryElement() -
Uses of MeasureCategory in org.omg.smm.util
Methods in org.omg.smm.util with parameters of type MeasureCategory Modifier and Type Method Description TSmmSwitch. caseMeasureCategory(MeasureCategory object)Returns the result of interpreting the object as an instance of 'Measure Category'.