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
Subclasses with type arguments of type AutoStartMechanism.Mode in org.datanucleus.store.autostartFields in org.datanucleus.store.autostart declared as AutoStartMechanism.ModeModifier and TypeFieldDescriptionprotected AutoStartMechanism.ModeAbstractAutoStartMechanism.modeAutoStart "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.ModeReturns 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 TypeMethodDescriptionvoidAbstractAutoStartMechanism.setMode(AutoStartMechanism.Mode mode) Mutator for the mode of operationvoidAutoStartMechanism.setMode(AutoStartMechanism.Mode mode) Mutator for the mode of operation.