public static enum KStrings.KGlueMode extends java.lang.Enum<KStrings.KGlueMode>
Enum Constant and Description |
---|
KEY |
KEY_AND_VALUE |
VALUE |
VALUE_AND_KEY |
Modifier and Type | Method and Description |
---|---|
static KStrings.KGlueMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KStrings.KGlueMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KStrings.KGlueMode KEY
public static final KStrings.KGlueMode VALUE
public static final KStrings.KGlueMode KEY_AND_VALUE
public static final KStrings.KGlueMode VALUE_AND_KEY
public static KStrings.KGlueMode[] values()
for (KStrings.KGlueMode c : KStrings.KGlueMode.values()) System.out.println(c);
public static KStrings.KGlueMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null