Class TLoopCharacteristics

java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TLoopCharacteristics
Direct Known Subclasses:
TMultiInstanceLoopCharacteristics, TStandardLoopCharacteristics

public abstract class TLoopCharacteristics extends TBaseElement

Java class for tLoopCharacteristics complex type.

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

 <complexType name="tLoopCharacteristics">
   <complexContent>
     <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • TLoopCharacteristics

      public TLoopCharacteristics()