Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.code.ItemUnit
-
Uses of ItemUnit in org.eclipse.gmt.modisco.omg.kdm.code
Methods in org.eclipse.gmt.modisco.omg.kdm.code that return ItemUnit Modifier and Type Method Description ItemUnitCodeFactory. createItemUnit()Returns a new object of class 'Item Unit'.ItemUnitDerivedType. getItemUnit()Returns the value of the 'Item Unit' containment reference.Methods in org.eclipse.gmt.modisco.omg.kdm.code that return types with arguments of type ItemUnit Modifier and Type Method Description org.eclipse.emf.common.util.EList<ItemUnit>CompositeType. getItemUnit()Returns the value of the 'Item Unit' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.code with parameters of type ItemUnit Modifier and Type Method Description voidDerivedType. setItemUnit(ItemUnit value)Sets the value of the 'Item Unit' containment reference. -
Uses of ItemUnit in org.eclipse.gmt.modisco.omg.kdm.code.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.code.impl that implement ItemUnit Modifier and Type Class Description classItemUnitImplAn implementation of the model object 'Item Unit'.Fields in org.eclipse.gmt.modisco.omg.kdm.code.impl declared as ItemUnit Modifier and Type Field Description protected ItemUnitDerivedTypeImpl. itemUnitThe cached value of the 'Item Unit' containment reference.Fields in org.eclipse.gmt.modisco.omg.kdm.code.impl with type parameters of type ItemUnit Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<ItemUnit>CompositeTypeImpl. itemUnitThe cached value of the 'Item Unit' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.code.impl that return ItemUnit Modifier and Type Method Description ItemUnitCodeFactoryImpl. createItemUnit()ItemUnitDerivedTypeImpl. getItemUnit()Methods in org.eclipse.gmt.modisco.omg.kdm.code.impl that return types with arguments of type ItemUnit Modifier and Type Method Description org.eclipse.emf.common.util.EList<ItemUnit>CompositeTypeImpl. getItemUnit()Methods in org.eclipse.gmt.modisco.omg.kdm.code.impl with parameters of type ItemUnit Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainDerivedTypeImpl. basicSetItemUnit(ItemUnit newItemUnit, org.eclipse.emf.common.notify.NotificationChain msgs)voidDerivedTypeImpl. setItemUnit(ItemUnit newItemUnit) -
Uses of ItemUnit in org.eclipse.gmt.modisco.omg.kdm.code.util
Methods in org.eclipse.gmt.modisco.omg.kdm.code.util with parameters of type ItemUnit Modifier and Type Method Description TCodeSwitch. caseItemUnit(ItemUnit object)Returns the result of interpreting the object as an instance of 'Item Unit'. -
Uses of ItemUnit in org.eclipse.gmt.modisco.omg.kdm.data
Methods in org.eclipse.gmt.modisco.omg.kdm.data that return types with arguments of type ItemUnit Modifier and Type Method Description org.eclipse.emf.common.util.EList<ItemUnit>IndexElement. getImplementation()Returns the value of the 'Implementation' reference list.org.eclipse.emf.common.util.EList<ItemUnit>ColumnSet. getItemUnit()Returns the value of the 'Item Unit' containment reference list. -
Uses of ItemUnit in org.eclipse.gmt.modisco.omg.kdm.data.impl
Fields in org.eclipse.gmt.modisco.omg.kdm.data.impl with type parameters of type ItemUnit Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<ItemUnit>IndexElementImpl. implementationThe cached value of the 'Implementation' reference list.protected org.eclipse.emf.common.util.EList<ItemUnit>ColumnSetImpl. itemUnitThe cached value of the 'Item Unit' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.data.impl that return types with arguments of type ItemUnit Modifier and Type Method Description org.eclipse.emf.common.util.EList<ItemUnit>IndexElementImpl. getImplementation()org.eclipse.emf.common.util.EList<ItemUnit>ColumnSetImpl. getItemUnit()