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