|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Contact.Capabilitystatus>
com.skype.api.Contact.Capabilitystatus
public static enum Contact.Capabilitystatus
List of possible states of each of the Contact class CAPABILITY items.
| Enum Constant Summary | |
|---|---|
CAPABILITY_EXISTS
Contact has the capability |
|
CAPABILITY_MIXED
Contact has occasionally logged in with Skype client that supports the capability. |
|
NO_CAPABILITY
Contact does not have the capability |
|
| Field Summary | |
|---|---|
static int |
CAPABILITY_EXISTS_VALUE
|
static int |
CAPABILITY_MIXED_VALUE
|
static int |
NO_CAPABILITY_VALUE
|
| Method Summary | |
|---|---|
EnumConverting |
convert(int from)
|
static Contact.Capabilitystatus |
get(int from)
|
EnumConverting[] |
getArray(int size)
|
EnumConverting |
getDefault()
|
int |
getId()
|
static Contact.Capabilitystatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Contact.Capabilitystatus[] |
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 Contact.Capabilitystatus NO_CAPABILITY
public static final Contact.Capabilitystatus CAPABILITY_MIXED
public static final Contact.Capabilitystatus CAPABILITY_EXISTS
| Field Detail |
|---|
public static final int NO_CAPABILITY_VALUE
public static final int CAPABILITY_MIXED_VALUE
public static final int CAPABILITY_EXISTS_VALUE
| Method Detail |
|---|
public static Contact.Capabilitystatus[] values()
for (Contact.Capabilitystatus c : Contact.Capabilitystatus.values()) System.out.println(c);
public static Contact.Capabilitystatus 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 Contact.Capabilitystatus get(int from)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||