Uses of Class
org.omg.spec.bpmn.model.TDocumentation
- 
Packages that use TDocumentation Package Description org.omg.spec.bpmn.model  - 
- 
Uses of TDocumentation in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model with type parameters of type TDocumentation Modifier and Type Field Description protected List<TDocumentation>TBaseElement. documentationprotected List<TDocumentation>TExtension. documentationMethods in org.omg.spec.bpmn.model that return TDocumentation Modifier and Type Method Description TDocumentationObjectFactory. createTDocumentation()Create an instance ofTDocumentationMethods in org.omg.spec.bpmn.model that return types with arguments of type TDocumentation Modifier and Type Method Description javax.xml.bind.JAXBElement<TDocumentation>ObjectFactory. createDocumentation(TDocumentation value)List<TDocumentation>TBaseElement. getDocumentation()Gets the value of the documentation property.List<TDocumentation>TExtension. getDocumentation()Gets the value of the documentation property.Methods in org.omg.spec.bpmn.model with parameters of type TDocumentation Modifier and Type Method Description javax.xml.bind.JAXBElement<TDocumentation>ObjectFactory. createDocumentation(TDocumentation value) 
 -