|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Account.Status>
com.skype.api.Account.Status
public static enum Account.Status
| Enum Constant Summary | |
|---|---|
CONNECTING_TO_P2P
connecting to P2P network |
|
CONNECTING_TO_SERVER
connecting to login server |
|
INITIALIZING
response OK. |
|
LOGGED_IN
alright, we're good to go! |
|
LOGGED_OUT
|
|
LOGGED_OUT_AND_PWD_SAVED
the account is logged out, but password is not needed for re-login |
|
LOGGING_IN
waiting for response from server |
|
LOGGING_OUT
Logout() has been called but not processed yet |
|
| Field Summary | |
|---|---|
static int |
CONNECTING_TO_P2P_VALUE
|
static int |
CONNECTING_TO_SERVER_VALUE
|
static int |
INITIALIZING_VALUE
|
static int |
LOGGED_IN_VALUE
|
static int |
LOGGED_OUT_AND_PWD_SAVED_VALUE
|
static int |
LOGGED_OUT_VALUE
|
static int |
LOGGING_IN_VALUE
|
static int |
LOGGING_OUT_VALUE
|
| Method Summary | |
|---|---|
EnumConverting |
convert(int from)
|
static Account.Status |
get(int from)
|
EnumConverting[] |
getArray(int size)
|
EnumConverting |
getDefault()
|
int |
getId()
|
static Account.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Account.Status[] |
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 Account.Status LOGGED_OUT
public static final Account.Status LOGGED_OUT_AND_PWD_SAVED
public static final Account.Status CONNECTING_TO_P2P
public static final Account.Status CONNECTING_TO_SERVER
public static final Account.Status LOGGING_IN
public static final Account.Status INITIALIZING
public static final Account.Status LOGGED_IN
public static final Account.Status LOGGING_OUT
| Field Detail |
|---|
public static final int LOGGED_OUT_VALUE
public static final int LOGGED_OUT_AND_PWD_SAVED_VALUE
public static final int CONNECTING_TO_P2P_VALUE
public static final int CONNECTING_TO_SERVER_VALUE
public static final int LOGGING_IN_VALUE
public static final int INITIALIZING_VALUE
public static final int LOGGED_IN_VALUE
public static final int LOGGING_OUT_VALUE
| Method Detail |
|---|
public static Account.Status[] values()
for (Account.Status c : Account.Status.values()) System.out.println(c);
public static Account.Status 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 name
java.lang.NullPointerException - if the argument is nullpublic int getId()
getId in interface EnumConvertingpublic EnumConverting getDefault()
getDefault in interface EnumConvertingpublic EnumConverting convert(int from)
convert in interface EnumConvertingpublic EnumConverting[] getArray(int size)
getArray in interface EnumConvertingpublic static Account.Status get(int from)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||