Uses of Class
org.omg.spec.bpmn.model.TComplexBehaviorDefinition
- 
Packages that use TComplexBehaviorDefinition Package Description org.omg.spec.bpmn.model  - 
- 
Uses of TComplexBehaviorDefinition in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model with type parameters of type TComplexBehaviorDefinition Modifier and Type Field Description protected List<TComplexBehaviorDefinition>TMultiInstanceLoopCharacteristics. complexBehaviorDefinitionMethods in org.omg.spec.bpmn.model that return TComplexBehaviorDefinition Modifier and Type Method Description TComplexBehaviorDefinitionObjectFactory. createTComplexBehaviorDefinition()Create an instance ofTComplexBehaviorDefinitionMethods in org.omg.spec.bpmn.model that return types with arguments of type TComplexBehaviorDefinition Modifier and Type Method Description javax.xml.bind.JAXBElement<TComplexBehaviorDefinition>ObjectFactory. createComplexBehaviorDefinition(TComplexBehaviorDefinition value)List<TComplexBehaviorDefinition>TMultiInstanceLoopCharacteristics. getComplexBehaviorDefinition()Gets the value of the complexBehaviorDefinition property.Methods in org.omg.spec.bpmn.model with parameters of type TComplexBehaviorDefinition Modifier and Type Method Description javax.xml.bind.JAXBElement<TComplexBehaviorDefinition>ObjectFactory. createComplexBehaviorDefinition(TComplexBehaviorDefinition value) 
 -