|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ActionType>
org.gcube.portlets.user.results.client.model.ActionType
public enum ActionType
| Enum Constant Summary | |
|---|---|
CONTENT_VIEWER
CONTENT_VIEWER |
|
EDIT_METADATA
EDIT_METADATA |
|
MANAGE_ANNOTATIONS
|
|
SAVE_CONTENT
SAVE_CONTENT |
|
VIEW_ALTERNATIVE
VIEW CONTENT |
|
VIEW_CONTENT
VIEW CONTENT |
|
VIEW_METADATA
VIEW_METADATA |
|
VIEW_ONTOLOGY
VIEW ONTOLOGY |
|
VIEW_PART
VIEW CONTENT |
|
| Method Summary | |
|---|---|
static ActionType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ActionType[] |
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 ActionType VIEW_CONTENT
public static final ActionType VIEW_PART
public static final ActionType VIEW_ALTERNATIVE
public static final ActionType SAVE_CONTENT
public static final ActionType VIEW_ONTOLOGY
public static final ActionType CONTENT_VIEWER
public static final ActionType EDIT_METADATA
public static final ActionType VIEW_METADATA
public static final ActionType MANAGE_ANNOTATIONS
| Method Detail |
|---|
public static ActionType[] values()
for (ActionType c : ActionType.values()) System.out.println(c);
public static ActionType 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 | |||||||||