public enum KeyGeneratorType extends Enum<KeyGeneratorType>
Modifier and Type | Method and Description |
---|---|
static KeyGeneratorType |
get(String s) |
static KeyGeneratorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyGeneratorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyGeneratorType AUTO
public static final KeyGeneratorType SEQUENCE
public static KeyGeneratorType[] values()
for (KeyGeneratorType c : KeyGeneratorType.values()) System.out.println(c);
public static KeyGeneratorType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static KeyGeneratorType get(String s)
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.