Class BooleanParameter


public class BooleanParameter extends ConstantParameter

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{http://www.bpsim.org/schemas/1.0}ConstantParameter">
       <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • BooleanParameter

      public BooleanParameter()
  • Method Details

    • isValue

      public Boolean isValue()
      Gets the value of the value property.
      Returns:
      possible object is Boolean
    • setValue

      public void setValue(Boolean value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is Boolean