Class DynamicFloat
- java.lang.Object
-
- de.codecentric.reedelk.runtime.api.script.dynamicvalue.DynamicValue<Float>
-
- de.codecentric.reedelk.runtime.api.script.dynamicvalue.DynamicFloat
-
- All Implemented Interfaces:
ScriptBlock
public class DynamicFloat extends DynamicValue<Float>
-
-
Field Summary
-
Fields inherited from class de.codecentric.reedelk.runtime.api.script.dynamicvalue.DynamicValue
body
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DynamicFloatfrom(Object body)static DynamicFloatfrom(Object body, ModuleContext context)Class<Float>getEvaluatedType()-
Methods inherited from class de.codecentric.reedelk.runtime.api.script.dynamicvalue.DynamicValue
body, functionName, getContext, isEmpty, isNotNull, isScript, toString, value
-
-
-
-
Method Detail
-
from
public static DynamicFloat from(Object body)
-
from
public static DynamicFloat from(Object body, ModuleContext context)
-
getEvaluatedType
public Class<Float> getEvaluatedType()
- Specified by:
getEvaluatedTypein classDynamicValue<Float>
-
-