Uses of Class
org.pz.platypus.UnitType

Packages that use UnitType
org.pz.platypus   
org.pz.platypus.parsers   
 

Uses of UnitType in org.pz.platypus
 

Fields in org.pz.platypus declared as UnitType
private  UnitType CommandParameter.unit
          the type of unit.
 

Methods in org.pz.platypus that return UnitType
 UnitType CommandParameter.getUnit()
           
static UnitType UnitType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UnitType[] UnitType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pz.platypus with parameters of type UnitType
 void CommandParameter.setUnit(UnitType unit)
           
 

Uses of UnitType in org.pz.platypus.parsers
 

Methods in org.pz.platypus.parsers that return UnitType
static UnitType CommandParameterParser.extractUnitType(char[] input, int parsePoint)
          Gets the unit type.
static UnitType CommandParameterParser.unitAbbrevToUnitType(char[] input, int parsePoint)
          Convert the abbreviation used for the unit into a unit-type (an enum in PlatyConst)
 



Copyright © 2008-10 Pacific Data Works LLC