|
|||||||||
| 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. |
|
| Field Summary | |
|---|---|
static int |
CONSTRUCTION_VALUE
|
static int |
EXTENDABLE_VALUE
|
static int |
FAILED_VALUE
|
static int |
FINISHED_VALUE
|
static int |
PENDING_VALUE
|
| Method Summary | |
|---|---|
EnumConverting |
convert(int from)
|
static ContactSearch.Status |
get(int from)
|
EnumConverting[] |
getArray(int size)
|
EnumConverting |
getDefault()
|
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
| Field Detail |
|---|
public static final int CONSTRUCTION_VALUE
public static final int PENDING_VALUE
public static final int EXTENDABLE_VALUE
public static final int FINISHED_VALUE
public static final int FAILED_VALUE
| 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()
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 ContactSearch.Status get(int from)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||