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

public class ConstantParameter extends ParameterValue

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>
 
  • Constructor Details

    • ConstantParameter

      public ConstantParameter()