Uses of Class
org.omg.spec.bpmn.model.TCategoryValue
-
Packages that use TCategoryValue Package Description org.omg.spec.bpmn.model -
-
Uses of TCategoryValue in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model with type parameters of type TCategoryValue Modifier and Type Field Description protected List<TCategoryValue>
TCategory. categoryValue
Methods in org.omg.spec.bpmn.model that return TCategoryValue Modifier and Type Method Description TCategoryValue
ObjectFactory. createTCategoryValue()
Create an instance ofTCategoryValue
Methods in org.omg.spec.bpmn.model that return types with arguments of type TCategoryValue Modifier and Type Method Description javax.xml.bind.JAXBElement<TCategoryValue>
ObjectFactory. createCategoryValue(TCategoryValue value)
List<TCategoryValue>
TCategory. getCategoryValue()
Gets the value of the categoryValue property.Methods in org.omg.spec.bpmn.model with parameters of type TCategoryValue Modifier and Type Method Description javax.xml.bind.JAXBElement<TCategoryValue>
ObjectFactory. createCategoryValue(TCategoryValue value)
-