|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<WorkspaceEventType>
org.gcube.portlets.user.homelibrary.home.workspace.events.WorkspaceEventType
public enum WorkspaceEventType
Define a event type.
| Enum Constant Summary | |
|---|---|
ITEM_CREATED
A new item has been created. |
|
ITEM_IMPORTED
An item has been imported. |
|
ITEM_REMOVED
An item has been deleted. |
|
ITEM_RENAMED
|
|
ITEM_SENT
An item has been sent. |
|
| Method Summary | |
|---|---|
static WorkspaceEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WorkspaceEventType[] |
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 WorkspaceEventType ITEM_CREATED
public static final WorkspaceEventType ITEM_REMOVED
public static final WorkspaceEventType ITEM_IMPORTED
public static final WorkspaceEventType ITEM_RENAMED
public static final WorkspaceEventType ITEM_SENT
| Method Detail |
|---|
public static WorkspaceEventType[] values()
for (WorkspaceEventType c : WorkspaceEventType.values()) System.out.println(c);
public static WorkspaceEventType 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 | |||||||||