Class PriorityParameters
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.PriorityParameters
Java class for PriorityParameters complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PriorityParameters"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence minOccurs="0"> <element name="Interruptible" type="{http://www.bpsim.org/schemas/1.0}Parameter" minOccurs="0"/> <element name="Priority" type="{http://www.bpsim.org/schemas/1.0}Parameter" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the interruptible property.Gets the value of the priority property.void
setInterruptible
(Parameter value) Sets the value of the interruptible property.void
setPriority
(Parameter value) Sets the value of the priority property.
-
Field Details
-
interruptible
-
priority
-
-
Constructor Details
-
PriorityParameters
public PriorityParameters()
-
-
Method Details
-
getInterruptible
Gets the value of the interruptible property.- Returns:
- possible object is
Parameter
-
setInterruptible
Sets the value of the interruptible property.- Parameters:
value
- allowed object isParameter
-
getPriority
Gets the value of the priority property.- Returns:
- possible object is
Parameter
-
setPriority
Sets the value of the priority property.- Parameters:
value
- allowed object isParameter
-