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 TMonitoringTFlowElement. monitoringprotected TMonitoringTProcess. monitoringMethods in org.omg.spec.bpmn.model that return TMonitoring Modifier and Type Method Description TMonitoringObjectFactory. createTMonitoring()Create an instance ofTMonitoringTMonitoringTFlowElement. getMonitoring()Gets the value of the monitoring property.TMonitoringTProcess. 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)voidTFlowElement. setMonitoring(TMonitoring value)Sets the value of the monitoring property.voidTProcess. setMonitoring(TMonitoring value)Sets the value of the monitoring property.
-