Uses of Enum Class
io.github.tonywasher.joceanus.metis.data.MetisDataEditState
Packages that use MetisDataEditState
Package
Description
Data definitions.
Experimental Data Package.
Data definitions.
Provides top-level control of data.
-
Uses of MetisDataEditState in io.github.tonywasher.joceanus.metis.data
Methods in io.github.tonywasher.joceanus.metis.data that return MetisDataEditStateModifier and TypeMethodDescriptionMetisDataEditState.combineState(MetisDataEditState pState) Combine With another edit state.static MetisDataEditStateReturns the enum constant of this class with the specified name.static MetisDataEditState[]MetisDataEditState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.tonywasher.joceanus.metis.data with parameters of type MetisDataEditStateModifier and TypeMethodDescriptionMetisDataEditState.combineState(MetisDataEditState pState) Combine With another edit state. -
Uses of MetisDataEditState in io.github.tonywasher.joceanus.metis.field
Methods in io.github.tonywasher.joceanus.metis.field that return MetisDataEditStateModifier and TypeMethodDescriptionMetisFieldVersionedItem.getEditState()Obtain the editState of item.Methods in io.github.tonywasher.joceanus.metis.field with parameters of type MetisDataEditStateModifier and TypeMethodDescriptionprotected voidMetisFieldVersionedItem.setEditState(MetisDataEditState pState) Set the Edit State. -
Uses of MetisDataEditState in io.github.tonywasher.joceanus.prometheus.data
Methods in io.github.tonywasher.joceanus.prometheus.data that return MetisDataEditStateModifier and TypeMethodDescriptionPrometheusDataInfoSet.getEditState()Get the EditState for this item.PrometheusDataList.getEditState()Get the EditState of the list.Methods in io.github.tonywasher.joceanus.prometheus.data with parameters of type MetisDataEditStateModifier and TypeMethodDescriptionvoidPrometheusDataList.setEditState(MetisDataEditState pState) Set the EditState for the list (forcible on error/change). -
Uses of MetisDataEditState in io.github.tonywasher.joceanus.prometheus.views
Methods in io.github.tonywasher.joceanus.prometheus.views that return MetisDataEditStateModifier and TypeMethodDescriptionPrometheusEditSet.getEditState()Get the edit state of this set of tables.