public static enum EvernoteSession.EvernoteService extends java.lang.Enum<EvernoteSession.EvernoteService> implements android.os.Parcelable
| Enum Constant and Description |
|---|
PRODUCTION
References evernote.com and app.yinxiang.com.
|
SANDBOX
References sandbox.evernote.com.
|
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<EvernoteSession.EvernoteService> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
static EvernoteSession.EvernoteService |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EvernoteSession.EvernoteService[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final EvernoteSession.EvernoteService SANDBOX
public static final EvernoteSession.EvernoteService PRODUCTION
public static final android.os.Parcelable.Creator<EvernoteSession.EvernoteService> CREATOR
public static EvernoteSession.EvernoteService[] values()
for (EvernoteSession.EvernoteService c : EvernoteSession.EvernoteService.values()) System.out.println(c);
public static EvernoteSession.EvernoteService valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable