de.schlund.pfixcore.scriptedflow.vm.pvo |
|
Java Source File Name | Type | Comment |
DynamicObject.java | Class | |
ListObject.java | Class | Virtual parameter encapsulating one or more parameters and
conactenating there values at runtime. |
ParamValueObject.java | Interface | Represents the value of a parameter that can be passed to an instruction.
The actual value is calculated during runtime, so that references to
runtime data are possible. |
StaticObject.java | Class | Special static parameter. |