Class ConstantParameter
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ParameterValue
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ConstantParameter
- Direct Known Subclasses:
BooleanParameter
,DateTimeParameter
,DurationParameter
,FloatingParameter
,NumericParameter
,StringParameter
Java class for ConstantParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConstantParameter"> <complexContent> <extension base="{http://www.bpsim.org/schemas/1.0}ParameterValue"> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ParameterValue
instance, result, validFor
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ParameterValue
getInstance, getResult, getValidFor, setInstance, setResult, setValidFor
-
Constructor Details
-
ConstantParameter
public ConstantParameter()
-