java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.NamedElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.Constraint

public class Constraint extends NamedElement

Java class for Constraint complex type.

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

 <complexType name="Constraint">
   <complexContent>
     <extension base="{http://www.omg.com/dd/1.0.0}NamedElement">
       <attribute name="condition" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • condition

      protected String condition
  • Constructor Details

    • Constraint

      public Constraint()
  • Method Details

    • getCondition

      public String getCondition()
      Gets the value of the condition property.
      Returns:
      possible object is String
    • setCondition

      public void setCondition(String value)
      Sets the value of the condition property.
      Parameters:
      value - allowed object is String