public enum Right extends Enum<Right>
| Enum Constant and Description |
|---|
ADD_ANSWER |
ADD_APP |
ADD_CONTACT |
ADD_CONVERSATION |
ADD_FILE |
ADD_FILTER |
ADD_HOOK |
ADD_ITEM |
ADD_MEETING |
ADD_QUESTION |
ADD_SPACE |
ADD_STATUS |
ADD_TASK |
ADD_WIDGET |
COMMENT |
DELETE |
DOWNLOAD |
GRANT |
INSTALL |
RATE |
REPLY |
SHARE |
STATISTICS |
SUBSCRIBE |
UPDATE |
VIEW |
| Modifier and Type | Method and Description |
|---|---|
static Right |
getByName(String value) |
String |
toString() |
static Right |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Right[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Right VIEW
public static final Right UPDATE
public static final Right DELETE
public static final Right SUBSCRIBE
public static final Right COMMENT
public static final Right RATE
public static final Right SHARE
public static final Right INSTALL
public static final Right ADD_APP
public static final Right ADD_ITEM
public static final Right ADD_FILE
public static final Right ADD_TASK
public static final Right ADD_SPACE
public static final Right ADD_STATUS
public static final Right ADD_CONVERSATION
public static final Right REPLY
public static final Right ADD_FILTER
public static final Right ADD_WIDGET
public static final Right STATISTICS
public static final Right ADD_CONTACT
public static final Right ADD_HOOK
public static final Right ADD_ANSWER
public static final Right ADD_QUESTION
public static final Right ADD_MEETING
public static final Right GRANT
public static final Right DOWNLOAD
public static Right[] values()
for (Right c : Right.values()) System.out.println(c);
public static Right 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 nullCopyright © 2014. All Rights Reserved.