Uses of Class
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TDataState
Packages that use TDataState
-
Uses of TDataState in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model
Fields in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model declared as TDataStateModifier and TypeFieldDescriptionprotected 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 ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model that return TDataStateModifier and TypeMethodDescriptionObjectFactory.createTDataState()
Create an instance ofTDataState
TDataInput.getDataState()
Gets the value of the dataState property.TDataObject.getDataState()
Gets the value of the dataState property.TDataObjectReference.getDataState()
Gets the value of the dataState property.TDataOutput.getDataState()
Gets the value of the dataState property.TDataStore.getDataState()
Gets the value of the dataState property.TDataStoreReference.getDataState()
Gets the value of the dataState property.TProperty.getDataState()
Gets the value of the dataState property.Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model that return types with arguments of type TDataStateModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<TDataState>
ObjectFactory.createDataState
(TDataState value) Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model with parameters of type TDataStateModifier and TypeMethodDescriptionjakarta.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.