|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<GDataAccount.AccountRole>
org.apache.lucene.gdata.data.GDataAccount.AccountRole
public static enum GDataAccount.AccountRole
This enum respesents all account roles an account can have.
| Enum Constant Summary | |
|---|---|
ENTRYAMINISTRATOR
Can create / alter entries |
|
FEEDAMINISTRATOR
Can create / alter feeds |
|
USER
can create / alter his own feed entries |
|
USERADMINISTRATOR
Can create / alter user |
|
| Method Summary | |
|---|---|
static GDataAccount.AccountRole |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GDataAccount.AccountRole[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final GDataAccount.AccountRole USERADMINISTRATOR
public static final GDataAccount.AccountRole FEEDAMINISTRATOR
public static final GDataAccount.AccountRole ENTRYAMINISTRATOR
public static final GDataAccount.AccountRole USER
| Method Detail |
|---|
public static final GDataAccount.AccountRole[] values()
for(GDataAccount.AccountRole c : GDataAccount.AccountRole.values())
System.out.println(c);
public static GDataAccount.AccountRole 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||