Uses of Class
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TLoopCharacteristics
Packages that use TLoopCharacteristics
-
Uses of TLoopCharacteristics in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model
Subclasses of TLoopCharacteristics in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_modelModifier and TypeClassDescriptionclass
Java class for tMultiInstanceLoopCharacteristics complex type.class
Java class for tStandardLoopCharacteristics complex type.Fields in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model with type parameters of type TLoopCharacteristicsModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement<? extends TLoopCharacteristics>
TActivity.loopCharacteristics
Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model that return types with arguments of type TLoopCharacteristicsModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<TLoopCharacteristics>
ObjectFactory.createLoopCharacteristics
(TLoopCharacteristics value) jakarta.xml.bind.JAXBElement<? extends TLoopCharacteristics>
TActivity.getLoopCharacteristics()
Gets the value of the loopCharacteristics property.Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model with parameters of type TLoopCharacteristicsModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<TLoopCharacteristics>
ObjectFactory.createLoopCharacteristics
(TLoopCharacteristics value) Method parameters in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model with type arguments of type TLoopCharacteristicsModifier and TypeMethodDescriptionvoid
TActivity.setLoopCharacteristics
(jakarta.xml.bind.JAXBElement<? extends TLoopCharacteristics> value) Sets the value of the loopCharacteristics property.