Uses of Class
org.omg.spec.bpmn.model.TDataState
- 
Packages that use TDataState Package Description org.omg.spec.bpmn.model  - 
- 
Uses of TDataState in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model declared as TDataState Modifier and Type Field Description protected TDataStateTDataInput. dataStateprotected TDataStateTDataObject. dataStateprotected TDataStateTDataObjectReference. dataStateprotected TDataStateTDataOutput. dataStateprotected TDataStateTDataStore. dataStateprotected TDataStateTDataStoreReference. dataStateprotected TDataStateTProperty. dataStateMethods in org.omg.spec.bpmn.model that return TDataState Modifier and Type Method Description TDataStateObjectFactory. createTDataState()Create an instance ofTDataStateTDataStateTDataInput. getDataState()Gets the value of the dataState property.TDataStateTDataObject. getDataState()Gets the value of the dataState property.TDataStateTDataObjectReference. getDataState()Gets the value of the dataState property.TDataStateTDataOutput. getDataState()Gets the value of the dataState property.TDataStateTDataStore. getDataState()Gets the value of the dataState property.TDataStateTDataStoreReference. getDataState()Gets the value of the dataState property.TDataStateTProperty. getDataState()Gets the value of the dataState property.Methods in org.omg.spec.bpmn.model that return types with arguments of type TDataState Modifier and Type Method Description javax.xml.bind.JAXBElement<TDataState>ObjectFactory. createDataState(TDataState value)Methods in org.omg.spec.bpmn.model with parameters of type TDataState Modifier and Type Method Description javax.xml.bind.JAXBElement<TDataState>ObjectFactory. createDataState(TDataState value)voidTDataInput. setDataState(TDataState value)Sets the value of the dataState property.voidTDataObject. setDataState(TDataState value)Sets the value of the dataState property.voidTDataObjectReference. setDataState(TDataState value)Sets the value of the dataState property.voidTDataOutput. setDataState(TDataState value)Sets the value of the dataState property.voidTDataStore. setDataState(TDataState value)Sets the value of the dataState property.voidTDataStoreReference. setDataState(TDataState value)Sets the value of the dataState property.voidTProperty. setDataState(TDataState value)Sets the value of the dataState property. 
 -