|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ConfigEvent.Type>
com.ibm.di.api.ConfigEvent.Type
public static enum ConfigEvent.Type
Enum Constant Summary | |
---|---|
CHECK_IN
A configuration file has been checked in |
|
CHECK_IN_LOCKED
A configuration file has been checked in and the configuration file left locked |
|
CHECK_OUT
A configuration file has been checked out |
|
CREATE
A configuration file has been created |
|
CREATE_LOCKED
A configuration file has been created and the configuration file left locked |
|
DELETE
A configuration file has been deleted |
|
UNLOCK
A configuration file has been unlocked (either administratively or by undoing all changes) |
Method Summary | |
---|---|
static ConfigEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ConfigEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ConfigEvent.Type CREATE
public static final ConfigEvent.Type CREATE_LOCKED
public static final ConfigEvent.Type CHECK_OUT
public static final ConfigEvent.Type CHECK_IN
public static final ConfigEvent.Type CHECK_IN_LOCKED
public static final ConfigEvent.Type UNLOCK
public static final ConfigEvent.Type DELETE
Method Detail |
---|
public static ConfigEvent.Type[] values()
for (ConfigEvent.Type c : ConfigEvent.Type.values()) System.out.println(c);
public static ConfigEvent.Type valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |