Uses of Class
org.omg.spec.bpmn.model.TResourceParameter
-
Packages that use TResourceParameter Package Description org.omg.spec.bpmn.model -
-
Uses of TResourceParameter in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model with type parameters of type TResourceParameter Modifier and Type Field Description protected List<TResourceParameter>
TResource. resourceParameter
Methods in org.omg.spec.bpmn.model that return TResourceParameter Modifier and Type Method Description TResourceParameter
ObjectFactory. createTResourceParameter()
Create an instance ofTResourceParameter
Methods in org.omg.spec.bpmn.model that return types with arguments of type TResourceParameter Modifier and Type Method Description javax.xml.bind.JAXBElement<TResourceParameter>
ObjectFactory. createResourceParameter(TResourceParameter value)
List<TResourceParameter>
TResource. getResourceParameter()
Gets the value of the resourceParameter property.Methods in org.omg.spec.bpmn.model with parameters of type TResourceParameter Modifier and Type Method Description javax.xml.bind.JAXBElement<TResourceParameter>
ObjectFactory. createResourceParameter(TResourceParameter value)
-