public enum ACTION_ON_ITEM extends Enum<ACTION_ON_ITEM>
| Enum Constant and Description |
|---|
CLONE_PROJECT |
CREATE_NEW_PROJECT |
DELETE_PROJECT |
EDIT_PROJECT |
SHOW_METADATA |
VIEW_ON_MAP |
VIEW_REPORT |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
static ACTION_ON_ITEM |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ACTION_ON_ITEM[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ACTION_ON_ITEM CREATE_NEW_PROJECT
public static final ACTION_ON_ITEM VIEW_ON_MAP
public static final ACTION_ON_ITEM SHOW_METADATA
public static final ACTION_ON_ITEM VIEW_REPORT
public static final ACTION_ON_ITEM EDIT_PROJECT
public static final ACTION_ON_ITEM CLONE_PROJECT
public static final ACTION_ON_ITEM DELETE_PROJECT
public static ACTION_ON_ITEM[] values()
for (ACTION_ON_ITEM c : ACTION_ON_ITEM.values()) System.out.println(c);
public static ACTION_ON_ITEM valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getLabel()
Copyright © 2022. All Rights Reserved.