org.n52.oxf.conversion.unit
Class NumberWithUOM

java.lang.Object
  extended by org.n52.oxf.conversion.unit.NumberWithUOM

public class NumberWithUOM
extends Object


Constructor Summary
NumberWithUOM(double value, String uom)
           
 
Method Summary
 String getUom()
           
 double getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumberWithUOM

public NumberWithUOM(double value,
                     String uom)
Method Detail

getValue

public double getValue()

getUom

public String getUom()


Copyright © 2012-2013 52north.org. All Rights Reserved.