Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.code.ItemUnit

Packages that use ItemUnit
org.eclipse.gmt.modisco.omg.kdm.code   
org.eclipse.gmt.modisco.omg.kdm.code.util   
 

Uses of ItemUnit in org.eclipse.gmt.modisco.omg.kdm.code
 

Methods in org.eclipse.gmt.modisco.omg.kdm.code that return ItemUnit
 ItemUnit CodeFactory.createItemUnit()
          Returns a new object of class 'Item Unit'.
 ItemUnit DerivedType.getItemUnit()
          Returns the value of the 'Item Unit' containment reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.code with parameters of type ItemUnit
 void DerivedType.setItemUnit(ItemUnit value)
          Sets the value of the 'Item Unit' containment reference.
 

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
 T CodeSwitch.caseItemUnit(ItemUnit object)
          Returns the result of interpreting the object as an instance of 'Item Unit'.