public enum KEventType extends java.lang.Enum<KEventType>
Enum Constant and Description |
---|
etLoadKlistObjectEnd |
etLoadKlistObjectStart |
etLoadKobjectEnd |
etLoadKobjectStart |
etUpdateKobjectEnd |
etUpdateKobjectStart |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
void |
setLabel(java.lang.String label) |
static KEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KEventType etLoadKlistObjectStart
public static final KEventType etLoadKlistObjectEnd
public static final KEventType etLoadKobjectStart
public static final KEventType etLoadKobjectEnd
public static final KEventType etUpdateKobjectStart
public static final KEventType etUpdateKobjectEnd
public static KEventType[] values()
for (KEventType c : KEventType.values()) System.out.println(c);
public static KEventType 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 nullpublic java.lang.String getLabel()
public void setLabel(java.lang.String label)