Uses of Class
org.omg.spec.bpmn.model.TProperty
-
Packages that use TProperty Package Description org.omg.spec.bpmn.model -
-
Uses of TProperty in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model with type parameters of type TProperty Modifier and Type Field Description protected List<TProperty>
TActivity. property
protected List<TProperty>
TEvent. property
protected List<TProperty>
TProcess. property
Methods in org.omg.spec.bpmn.model that return TProperty Modifier and Type Method Description TProperty
ObjectFactory. createTProperty()
Create an instance ofTProperty
Methods in org.omg.spec.bpmn.model that return types with arguments of type TProperty Modifier and Type Method Description javax.xml.bind.JAXBElement<TProperty>
ObjectFactory. createProperty(TProperty value)
List<TProperty>
TActivity. getProperty()
Gets the value of the property property.List<TProperty>
TEvent. getProperty()
Gets the value of the property property.List<TProperty>
TProcess. getProperty()
Gets the value of the property property.Methods in org.omg.spec.bpmn.model with parameters of type TProperty Modifier and Type Method Description javax.xml.bind.JAXBElement<TProperty>
ObjectFactory. createProperty(TProperty value)
-