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