Uses of Class
org.omg.spec.bpmn.model.TRendering
-
Packages that use TRendering Package Description org.omg.spec.bpmn.model -
-
Uses of TRendering in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model with type parameters of type TRendering Modifier and Type Field Description protected List<TRendering>
TGlobalUserTask. rendering
protected List<TRendering>
TUserTask. rendering
Methods in org.omg.spec.bpmn.model that return TRendering Modifier and Type Method Description TRendering
ObjectFactory. createTRendering()
Create an instance ofTRendering
Methods in org.omg.spec.bpmn.model that return types with arguments of type TRendering Modifier and Type Method Description javax.xml.bind.JAXBElement<TRendering>
ObjectFactory. createRendering(TRendering value)
List<TRendering>
TGlobalUserTask. getRendering()
Gets the value of the rendering property.List<TRendering>
TUserTask. getRendering()
Gets the value of the rendering property.Methods in org.omg.spec.bpmn.model with parameters of type TRendering Modifier and Type Method Description javax.xml.bind.JAXBElement<TRendering>
ObjectFactory. createRendering(TRendering value)
-