|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ContactSearch.STATUS>
com.skype.api.ContactSearch.STATUS
public static enum ContactSearch.STATUS
Possible values for the ContactSearch.P_STATUS property.
| Enum Constant Summary | |
|---|---|
CONSTRUCTION
Transient state, obtained after submission and actually initiating the search on the network. |
|
EXTENDABLE
Enough matches are found. |
|
FAILED
ContactSearch failed. |
|
FINISHED
The search is finished. |
|
PENDING
Waiting for results to show up. |
|
| Method Summary | |
|---|---|
static ContactSearch.STATUS |
fromString(java.lang.String s)
|
static ContactSearch.STATUS |
get(int code)
|
int |
getId()
|
static ContactSearch.STATUS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ContactSearch.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 ContactSearch.STATUS CONSTRUCTION
public static final ContactSearch.STATUS PENDING
public static final ContactSearch.STATUS EXTENDABLE
public static final ContactSearch.STATUS FINISHED
public static final ContactSearch.STATUS FAILED
| Method Detail |
|---|
public static ContactSearch.STATUS[] values()
for (ContactSearch.STATUS c : ContactSearch.STATUS.values()) System.out.println(c);
public static ContactSearch.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()
public static ContactSearch.STATUS get(int code)
public static ContactSearch.STATUS fromString(java.lang.String s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||