Uses of Class
org.omg.spec.bpmn.model.TResourceRole
- 
Packages that use TResourceRole Package Description org.omg.spec.bpmn.model  - 
- 
Uses of TResourceRole in org.omg.spec.bpmn.model
Subclasses of TResourceRole in org.omg.spec.bpmn.model Modifier and Type Class Description classTHumanPerformerJava class for tHumanPerformer complex type.classTPerformerJava class for tPerformer complex type.classTPotentialOwnerJava class for tPotentialOwner complex type.Fields in org.omg.spec.bpmn.model with type parameters of type TResourceRole Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<? extends TResourceRole>>TActivity. resourceRoleprotected List<javax.xml.bind.JAXBElement<? extends TResourceRole>>TGlobalTask. resourceRoleprotected List<javax.xml.bind.JAXBElement<? extends TResourceRole>>TProcess. resourceRoleMethods in org.omg.spec.bpmn.model that return TResourceRole Modifier and Type Method Description TResourceRoleObjectFactory. createTResourceRole()Create an instance ofTResourceRoleMethods in org.omg.spec.bpmn.model that return types with arguments of type TResourceRole Modifier and Type Method Description javax.xml.bind.JAXBElement<TResourceRole>ObjectFactory. createResourceRole(TResourceRole value)List<javax.xml.bind.JAXBElement<? extends TResourceRole>>TActivity. getResourceRole()Gets the value of the resourceRole property.List<javax.xml.bind.JAXBElement<? extends TResourceRole>>TGlobalTask. getResourceRole()Gets the value of the resourceRole property.List<javax.xml.bind.JAXBElement<? extends TResourceRole>>TProcess. getResourceRole()Gets the value of the resourceRole property.Methods in org.omg.spec.bpmn.model with parameters of type TResourceRole Modifier and Type Method Description javax.xml.bind.JAXBElement<TResourceRole>ObjectFactory. createResourceRole(TResourceRole value) 
 -