public static enum KeyTemplate.OutputPrefixType extends Enum<KeyTemplate.OutputPrefixType>
| Modifier and Type | Method and Description |
|---|---|
static KeyTemplate.OutputPrefixType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyTemplate.OutputPrefixType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyTemplate.OutputPrefixType TINK
public static final KeyTemplate.OutputPrefixType LEGACY
public static final KeyTemplate.OutputPrefixType RAW
public static final KeyTemplate.OutputPrefixType CRUNCHY
public static KeyTemplate.OutputPrefixType[] values()
for (KeyTemplate.OutputPrefixType c : KeyTemplate.OutputPrefixType.values()) System.out.println(c);
public static KeyTemplate.OutputPrefixType 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 null