java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.Parameter
Direct Known Subclasses:
PropertyParameters.Property

public class Parameter extends Object

Java class for Parameter complex type.

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

 <complexType name="Parameter">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence minOccurs="0">
         <element name="ResultRequest" type="{http://www.bpsim.org/schemas/1.0}ResultType" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.bpsim.org/schemas/1.0}ParameterValue" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="kpi" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="sla" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>