com.iphrase.onestep.beans
Class ValueHandler.FloatValue
java.lang.Object
|
+--com.iphrase.onestep.beans.ValueHandler.BaseValue
|
+--com.iphrase.onestep.beans.ValueHandler.FloatValue
- Enclosing class:
- ValueHandler
- public class ValueHandler.FloatValue
- extends ValueHandler.BaseValue
A container for the FeatureMetaData.BaseTypes.FLOAT
OneStep value.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueHandler.FloatValue
public ValueHandler.FloatValue(java.lang.Object obj,
boolean summarized)
getValue
public float getValue()
throws com.iphrase.runtime.exception.WebServiceError
- Returns:
value
property- Throws:
com.iphrase.runtime.exception.WebServiceError
-
getSummarizedMin
public float getSummarizedMin()
throws com.iphrase.runtime.exception.WebServiceError
- Returns:
summarizedMin
property- Throws:
com.iphrase.runtime.exception.WebServiceError
-
getSummarizedMax
public float getSummarizedMax()
throws com.iphrase.runtime.exception.WebServiceError
- Returns:
summarizedMax
property- Throws:
com.iphrase.runtime.exception.WebServiceError
-