|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<WorkspaceEvent.Operation>
org.peace_tools.workspace.WorkspaceEvent.Operation
public static enum WorkspaceEvent.Operation
Enumeration for the different types of operations on a Workspace entity that can be reported via a WorkspaceEvent object.
| Enum Constant Summary | |
|---|---|
DELETE
Enumeration used to report that an existing entry of a given type (a data set, a Job, or Server) has been removed from the Workspace. |
|
INSERT
Enumeration used to report that a new entry of a given type (a data set, a Job, or Server) has been added to the Workspace. |
|
UPDATE
Enumeration used to report that the status (or information) associated with an entry of a given type (a mst, a cluster, a Job, or Server) has changed. |
|
| Method Summary | |
|---|---|
static WorkspaceEvent.Operation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WorkspaceEvent.Operation[] |
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 WorkspaceEvent.Operation INSERT
public static final WorkspaceEvent.Operation UPDATE
public static final WorkspaceEvent.Operation DELETE
| Method Detail |
|---|
public static WorkspaceEvent.Operation[] values()
for (WorkspaceEvent.Operation c : WorkspaceEvent.Operation.values()) System.out.println(c);
public static WorkspaceEvent.Operation 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 name
java.lang.NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||