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