Uses of Class
de.hybris.platform.servicelayer.keygenerator.impl.PersistentKeyGenerator.Type
-
Packages that use PersistentKeyGenerator.Type Package Description de.hybris.platform.servicelayer.keygenerator.impl -
-
Uses of PersistentKeyGenerator.Type in de.hybris.platform.servicelayer.keygenerator.impl
Methods in de.hybris.platform.servicelayer.keygenerator.impl that return PersistentKeyGenerator.Type Modifier and Type Method Description static PersistentKeyGenerator.TypePersistentKeyGenerator.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PersistentKeyGenerator.Type[]PersistentKeyGenerator.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.servicelayer.keygenerator.impl with parameters of type PersistentKeyGenerator.Type Modifier and Type Method Description voidPersistentKeyGenerator. setType(PersistentKeyGenerator.Type type)Sets type of the key generator.
-