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