|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SecurityService.AccountIdRole>
org.chorem.pollen.services.impl.SecurityService.AccountIdRole
public static enum SecurityService.AccountIdRole
To define meaning of a accountId.
| Enum Constant Summary | |
|---|---|
CREATOR
Creator of the poll. |
|
RESTRICTED_VOTER
A user that was invited to a restricted poll. |
|
UNDEFINED
When accountId does not exists for a poll. |
|
VOTER
A user that has voted on a poll. |
|
| Method Summary | |
|---|---|
static SecurityService.AccountIdRole |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SecurityService.AccountIdRole[] |
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 SecurityService.AccountIdRole CREATOR
public static final SecurityService.AccountIdRole VOTER
public static final SecurityService.AccountIdRole RESTRICTED_VOTER
public static final SecurityService.AccountIdRole UNDEFINED
| Method Detail |
|---|
public static SecurityService.AccountIdRole[] values()
for (SecurityService.AccountIdRole c : SecurityService.AccountIdRole.values()) System.out.println(c);
public static SecurityService.AccountIdRole 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 | |||||||||