Uses of Class
com.levigo.jadice.server.util.UUIDGenerator.Mode
-
Packages that use UUIDGenerator.Mode Package Description com.levigo.jadice.server.util -
-
Uses of UUIDGenerator.Mode in com.levigo.jadice.server.util
Methods in com.levigo.jadice.server.util that return UUIDGenerator.Mode Modifier and Type Method Description static UUIDGenerator.Mode
UUIDGenerator. getMode()
static UUIDGenerator.Mode
UUIDGenerator.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static UUIDGenerator.Mode[]
UUIDGenerator.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.levigo.jadice.server.util with parameters of type UUIDGenerator.Mode Modifier and Type Method Description static void
UUIDGenerator. setMode(UUIDGenerator.Mode mode)
-