Class ParameterValue

java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ParameterValue
Direct Known Subclasses:
ConstantParameter, DistributionParameter, EnumParameter, ExpressionParameter

public class ParameterValue extends Object

Java class for ParameterValue complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ParameterValue">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="validFor" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
       <attribute name="instance" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="result" type="{http://www.bpsim.org/schemas/1.0}ResultType" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • validFor

      protected Object validFor
    • instance

      protected String instance
    • result

      protected ResultType result
  • Constructor Details

    • ParameterValue

      public ParameterValue()
  • Method Details

    • getValidFor

      public Object getValidFor()
      Gets the value of the validFor property.
      Returns:
      possible object is Object
    • setValidFor

      public void setValidFor(Object value)
      Sets the value of the validFor property.
      Parameters:
      value - allowed object is Object
    • getInstance

      public String getInstance()
      Gets the value of the instance property.
      Returns:
      possible object is String
    • setInstance

      public void setInstance(String value)
      Sets the value of the instance property.
      Parameters:
      value - allowed object is String
    • getResult

      public ResultType getResult()
      Gets the value of the result property.
      Returns:
      possible object is ResultType
    • setResult

      public void setResult(ResultType value)
      Sets the value of the result property.
      Parameters:
      value - allowed object is ResultType