Uses of Class
org.datanucleus.store.autostart.AutoStartMechanism.Mode
-
Packages that use AutoStartMechanism.Mode Package Description org.datanucleus.store.autostart 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.Mode Modifier and Type Field Description protected AutoStartMechanism.ModeAbstractAutoStartMechanism. modeAutoStart "mode"Methods in org.datanucleus.store.autostart that return AutoStartMechanism.Mode Modifier and Type Method Description AutoStartMechanism.ModeAbstractAutoStartMechanism. getMode()Accessor for the mode of operationAutoStartMechanism.ModeAutoStartMechanism. getMode()Accessor for the mode of operation.static AutoStartMechanism.ModeAutoStartMechanism.Mode. valueOf(String name)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.Mode Modifier and Type Method Description voidAbstractAutoStartMechanism. setMode(AutoStartMechanism.Mode mode)Mutator for the mode of operationvoidAutoStartMechanism. setMode(AutoStartMechanism.Mode mode)Mutator for the mode of operation.
-