Uses of Enum
org.datanucleus.store.autostart.AutoStartMechanism.Mode
Packages that use AutoStartMechanism.Mode
Package
Description
Package providing the structure and some implementation for the auto-start mechanism.
-
Uses of AutoStartMechanism.Mode in org.datanucleus.store.autostart
Fields in org.datanucleus.store.autostart declared as AutoStartMechanism.ModeModifier and TypeFieldDescriptionprotected AutoStartMechanism.Mode
AbstractAutoStartMechanism.mode
AutoStart "mode"Methods in org.datanucleus.store.autostart that return AutoStartMechanism.ModeModifier and TypeMethodDescriptionAbstractAutoStartMechanism.getMode()
Accessor for the mode of operationAutoStartMechanism.getMode()
Accessor for the mode of operation.static AutoStartMechanism.Mode
Returns the enum constant of this type with the specified name.static AutoStartMechanism.Mode[]
AutoStartMechanism.Mode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.datanucleus.store.autostart with parameters of type AutoStartMechanism.ModeModifier and TypeMethodDescriptionvoid
AbstractAutoStartMechanism.setMode
(AutoStartMechanism.Mode mode) Mutator for the mode of operationvoid
AutoStartMechanism.setMode
(AutoStartMechanism.Mode mode) Mutator for the mode of operation.