com.pcauto.util
Class VolumeUnits

java.lang.Object
  extended bycom.pcauto.util.Units
      extended bycom.pcauto.util.VolumeUnits
All Implemented Interfaces:
java.io.Serializable

public final class VolumeUnits
extends Units

Used Java typesafe enum pattern to port C++ enum. See http://developer.java.sun.com/developer/Books/shiftintojava/page1.html#replaceenums.

See Also:
Serialized Form

Field Summary
static VolumeUnits[] ALL
           
protected static double[][] convertArray
           
static VolumeUnits CUBIC_METRE
           
static VolumeUnits CUBIC_YARD
           
 
Fields inherited from class com.pcauto.util.Units
desc, id, str
 
Method Summary
 double convertFrom(double value, Units srcUnits)
           
 Units[] getAll()
           
 
Methods inherited from class com.pcauto.util.Units
getDesc, getId, getString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CUBIC_METRE

public static final VolumeUnits CUBIC_METRE

CUBIC_YARD

public static final VolumeUnits CUBIC_YARD

ALL

public static final VolumeUnits[] ALL

convertArray

protected static double[][] convertArray
Method Detail

getAll

public Units[] getAll()
Specified by:
getAll in class Units

convertFrom

public double convertFrom(double value,
                          Units srcUnits)
Specified by:
convertFrom in class Units