net.agmodel.physical
Class ProportionUnit

java.lang.Object
  |
  +--net.agmodel.physical.AbstractUnit
        |
        +--net.agmodel.physical.ProportionUnit
All Implemented Interfaces:
Serializable

public final class ProportionUnit
extends AbstractUnit

See Also:
Serialized Form

Field Summary
static ProportionUnit PERCENT
           
static ProportionUnit PROPORTION
          Used to specify radian unit.
 
Fields inherited from class net.agmodel.physical.AbstractUnit
Factor, ord, unitName
 
Method Summary
 boolean equals(ProportionUnit obj)
           
 
Methods inherited from class net.agmodel.physical.AbstractUnit
equals, getFactor, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PROPORTION

public static final ProportionUnit PROPORTION
Used to specify radian unit.


PERCENT

public static final ProportionUnit PERCENT
Method Detail

equals

public boolean equals(ProportionUnit obj)