Uses of Enum Class
net.thevpc.common.config.RegConfiguration.StoreType
-
Uses of RegConfiguration.StoreType in net.thevpc.common.config
Subclasses with type arguments of type RegConfiguration.StoreType in net.thevpc.common.configMethods in net.thevpc.common.config that return RegConfiguration.StoreTypeModifier and TypeMethodDescriptionstatic RegConfiguration.StoreTypeReturns the enum constant of this class with the specified name.static RegConfiguration.StoreType[]RegConfiguration.StoreType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.thevpc.common.config with parameters of type RegConfiguration.StoreTypeModifierConstructorDescriptionRegConfiguration(String root, RegConfiguration.StoreType storeType, boolean secure)