com.sfm.ap210.jsdai.param
Interface MeasureParam

All Superinterfaces:
Param
All Known Implementing Classes:
MeasureParamImpl

public interface MeasureParam
extends Param

A skeletal interface for a physical measurement parameter supporting a subset of commonly used measure units.


Method Summary
 double getDoubleValue()
           
 Unit getUnit()
           
 java.lang.Double getValue()
           
 
Methods inherited from interface com.sfm.ap210.jsdai.param.Param
getName, toString
 

Method Detail

getDoubleValue

double getDoubleValue()

getValue

java.lang.Double getValue()
Specified by:
getValue in interface Param

getUnit

Unit getUnit()