com.sfm.ap210.jsdai.param
Class ModelParameterWithUnit

java.lang.Object
  extended by com.sfm.ap210.jsdai.param.ModelParameter
      extended by com.sfm.ap210.jsdai.param.ModelParameterWithUnit
All Implemented Interfaces:
java.lang.Comparable<ModelParameter>
Direct Known Subclasses:
CategoryModelParameterWithUnit

public class ModelParameterWithUnit
extends ModelParameter


Field Summary
 
Fields inherited from class com.sfm.ap210.jsdai.param.ModelParameter
description, id, property_type
 
Constructor Summary
ModelParameterWithUnit(java.lang.String id, java.lang.String property_type, java.lang.String desc, Unit u)
           
 
Method Summary
 Unit getUnit()
           
 
Methods inherited from class com.sfm.ap210.jsdai.param.ModelParameter
compareTo, getDescription, getId, getPropertyType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModelParameterWithUnit

public ModelParameterWithUnit(java.lang.String id,
                              java.lang.String property_type,
                              java.lang.String desc,
                              Unit u)
Method Detail

getUnit

public Unit getUnit()