Uses of Class
org.omg.spec.bpmn.model.TLane
-
Packages that use TLane Package Description org.omg.spec.bpmn.model -
-
Uses of TLane in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model with type parameters of type TLane Modifier and Type Field Description protected List<TLane>
TLaneSet. lane
Methods in org.omg.spec.bpmn.model that return TLane Modifier and Type Method Description TLane
ObjectFactory. createTLane()
Create an instance ofTLane
Methods in org.omg.spec.bpmn.model that return types with arguments of type TLane Modifier and Type Method Description javax.xml.bind.JAXBElement<TLane>
ObjectFactory. createLane(TLane value)
List<TLane>
TLaneSet. getLane()
Gets the value of the lane property.Methods in org.omg.spec.bpmn.model with parameters of type TLane Modifier and Type Method Description javax.xml.bind.JAXBElement<TLane>
ObjectFactory. createLane(TLane value)
-