Class JsConvert.Metric

java.lang.Object
  extended byJsConvert.Metric
All Implemented Interfaces:
JsConvert.Unite, java.io.Serializable
Enclosing class:
JsConvert

public static final class JsConvert.Metric
extends java.lang.Object
implements JsConvert.Unite, java.io.Serializable

See Also:
Serialized Form

Field Summary
static JsConvert.Metric CM
           
static JsConvert.Metric KM
           
static JsConvert.Metric METERS
           
static JsConvert.Metric MM
           
 
Method Summary
 byte[] getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

METERS

public static final JsConvert.Metric METERS

KM

public static final JsConvert.Metric KM

CM

public static final JsConvert.Metric CM

MM

public static final JsConvert.Metric MM
Method Detail

getValue

public byte[] getValue()
Specified by:
getValue in interface JsConvert.Unite