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 TDataState
TDataInput. dataState
protected TDataState
TDataObject. dataState
protected TDataState
TDataObjectReference. dataState
protected TDataState
TDataOutput. dataState
protected TDataState
TDataStore. dataState
protected TDataState
TDataStoreReference. dataState
protected TDataState
TProperty. dataState
Methods in org.omg.spec.bpmn.model that return TDataState Modifier and Type Method Description TDataState
ObjectFactory. createTDataState()
Create an instance ofTDataState
TDataState
TDataInput. getDataState()
Gets the value of the dataState property.TDataState
TDataObject. getDataState()
Gets the value of the dataState property.TDataState
TDataObjectReference. getDataState()
Gets the value of the dataState property.TDataState
TDataOutput. getDataState()
Gets the value of the dataState property.TDataState
TDataStore. getDataState()
Gets the value of the dataState property.TDataState
TDataStoreReference. getDataState()
Gets the value of the dataState property.TDataState
TProperty. 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)
void
TDataInput. setDataState(TDataState value)
Sets the value of the dataState property.void
TDataObject. setDataState(TDataState value)
Sets the value of the dataState property.void
TDataObjectReference. setDataState(TDataState value)
Sets the value of the dataState property.void
TDataOutput. setDataState(TDataState value)
Sets the value of the dataState property.void
TDataStore. setDataState(TDataState value)
Sets the value of the dataState property.void
TDataStoreReference. setDataState(TDataState value)
Sets the value of the dataState property.void
TProperty. setDataState(TDataState value)
Sets the value of the dataState property.
-