public class Uom extends Object
static class
Uom.Type
Uom(String name, Uom.Type type, double factor)
double
getFactor()
String
getName()
getType()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Uom(String name, Uom.Type type, double factor)
public String getName()
public Uom.Type getType()
public double getFactor()