Uses of Class
org.omg.spec.bpmn.model.TLaneSet
-
Packages that use TLaneSet Package Description org.omg.spec.bpmn.model -
-
Uses of TLaneSet in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model declared as TLaneSet Modifier and Type Field Description protected TLaneSet
TLane. childLaneSet
Fields in org.omg.spec.bpmn.model with type parameters of type TLaneSet Modifier and Type Field Description protected List<TLaneSet>
TProcess. laneSet
protected List<TLaneSet>
TSubProcess. laneSet
Methods in org.omg.spec.bpmn.model that return TLaneSet Modifier and Type Method Description TLaneSet
ObjectFactory. createTLaneSet()
Create an instance ofTLaneSet
TLaneSet
TLane. getChildLaneSet()
Gets the value of the childLaneSet property.Methods in org.omg.spec.bpmn.model that return types with arguments of type TLaneSet Modifier and Type Method Description javax.xml.bind.JAXBElement<TLaneSet>
ObjectFactory. createLaneSet(TLaneSet value)
List<TLaneSet>
TProcess. getLaneSet()
Gets the value of the laneSet property.List<TLaneSet>
TSubProcess. getLaneSet()
Gets the value of the laneSet property.Methods in org.omg.spec.bpmn.model with parameters of type TLaneSet Modifier and Type Method Description javax.xml.bind.JAXBElement<TLaneSet>
ObjectFactory. createLaneSet(TLaneSet value)
void
TLane. setChildLaneSet(TLaneSet value)
Sets the value of the childLaneSet property.
-