Uses of Enum Class
de.hybris.platform.servicelayer.keygenerator.impl.PersistentKeyGenerator.Type
Packages that use PersistentKeyGenerator.Type
-
Uses of PersistentKeyGenerator.Type in de.hybris.platform.servicelayer.keygenerator.impl
Methods in de.hybris.platform.servicelayer.keygenerator.impl that return PersistentKeyGenerator.TypeModifier and TypeMethodDescriptionstatic PersistentKeyGenerator.TypeReturns the enum constant of this class with the specified name.static PersistentKeyGenerator.Type[]PersistentKeyGenerator.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.servicelayer.keygenerator.impl with parameters of type PersistentKeyGenerator.TypeModifier and TypeMethodDescriptionvoidPersistentKeyGenerator.setType(PersistentKeyGenerator.Type type) Sets type of the key generator.