Uses of Class
org.omg.spec.bpmn.model.TMonitoring
-
Packages that use TMonitoring Package Description org.omg.spec.bpmn.model -
-
Uses of TMonitoring in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model declared as TMonitoring Modifier and Type Field Description protected TMonitoring
TFlowElement. monitoring
protected TMonitoring
TProcess. monitoring
Methods in org.omg.spec.bpmn.model that return TMonitoring Modifier and Type Method Description TMonitoring
ObjectFactory. createTMonitoring()
Create an instance ofTMonitoring
TMonitoring
TFlowElement. getMonitoring()
Gets the value of the monitoring property.TMonitoring
TProcess. getMonitoring()
Gets the value of the monitoring property.Methods in org.omg.spec.bpmn.model that return types with arguments of type TMonitoring Modifier and Type Method Description javax.xml.bind.JAXBElement<TMonitoring>
ObjectFactory. createMonitoring(TMonitoring value)
Methods in org.omg.spec.bpmn.model with parameters of type TMonitoring Modifier and Type Method Description javax.xml.bind.JAXBElement<TMonitoring>
ObjectFactory. createMonitoring(TMonitoring value)
void
TFlowElement. setMonitoring(TMonitoring value)
Sets the value of the monitoring property.void
TProcess. setMonitoring(TMonitoring value)
Sets the value of the monitoring property.
-