Uses of Class
org.omg.spec.bpmn.model.TLoopCharacteristics
-
Packages that use TLoopCharacteristics Package Description org.omg.spec.bpmn.model -
-
Uses of TLoopCharacteristics in org.omg.spec.bpmn.model
Subclasses of TLoopCharacteristics in org.omg.spec.bpmn.model Modifier and Type Class Description class
TMultiInstanceLoopCharacteristics
Java class for tMultiInstanceLoopCharacteristics complex type.class
TStandardLoopCharacteristics
Java class for tStandardLoopCharacteristics complex type.Fields in org.omg.spec.bpmn.model with type parameters of type TLoopCharacteristics Modifier and Type Field Description protected javax.xml.bind.JAXBElement<? extends TLoopCharacteristics>
TActivity. loopCharacteristics
Methods in org.omg.spec.bpmn.model that return types with arguments of type TLoopCharacteristics Modifier and Type Method Description javax.xml.bind.JAXBElement<TLoopCharacteristics>
ObjectFactory. createLoopCharacteristics(TLoopCharacteristics value)
javax.xml.bind.JAXBElement<? extends TLoopCharacteristics>
TActivity. getLoopCharacteristics()
Gets the value of the loopCharacteristics property.Methods in org.omg.spec.bpmn.model with parameters of type TLoopCharacteristics Modifier and Type Method Description javax.xml.bind.JAXBElement<TLoopCharacteristics>
ObjectFactory. createLoopCharacteristics(TLoopCharacteristics value)
Method parameters in org.omg.spec.bpmn.model with type arguments of type TLoopCharacteristics Modifier and Type Method Description void
TActivity. setLoopCharacteristics(javax.xml.bind.JAXBElement<? extends TLoopCharacteristics> value)
Sets the value of the loopCharacteristics property.
-