Class DynamicDouble
- java.lang.Object
-
- de.codecentric.reedelk.runtime.api.script.dynamicvalue.DynamicValue<Double>
-
- de.codecentric.reedelk.runtime.api.script.dynamicvalue.DynamicDouble
-
- All Implemented Interfaces:
ScriptBlock
public class DynamicDouble extends DynamicValue<Double>
-
-
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 DynamicDoublefrom(Object body)static DynamicDoublefrom(Object body, ModuleContext context)Class<Double>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 DynamicDouble from(Object body)
-
from
public static DynamicDouble from(Object body, ModuleContext context)
-
getEvaluatedType
public Class<Double> getEvaluatedType()
- Specified by:
getEvaluatedTypein classDynamicValue<Double>
-
-