com.skype.api
Enum ContactSearch.Property
java.lang.Object
java.lang.Enum<ContactSearch.Property>
com.skype.api.ContactSearch.Property
- All Implemented Interfaces:
- EnumConverting, PropertyEnumConverting, java.io.Serializable, java.lang.Comparable<ContactSearch.Property>
- Enclosing class:
- ContactSearch
public static enum ContactSearch.Property
- extends java.lang.Enum<ContactSearch.Property>
- implements PropertyEnumConverting
Properties of the ContactSearch class
| 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 |
P_UNKNOWN
public static final ContactSearch.Property P_UNKNOWN
P_CONTACT_SEARCH_STATUS
public static final ContactSearch.Property P_CONTACT_SEARCH_STATUS
P_CONTACT_SEARCH_STATUS_VALUE
public static final int P_CONTACT_SEARCH_STATUS_VALUE
- See Also:
- Constant Field Values
values
public static ContactSearch.Property[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ContactSearch.Property c : ContactSearch.Property.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ContactSearch.Property valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
isCached
public boolean isCached()
- Specified by:
isCached in interface PropertyEnumConverting
getIdx
public int getIdx()
- Specified by:
getIdx in interface PropertyEnumConverting
getId
public int getId()
- Specified by:
getId in interface EnumConverting
getRequest
public byte[] getRequest()
- Specified by:
getRequest in interface PropertyEnumConverting
getDefault
public EnumConverting getDefault()
- Specified by:
getDefault in interface EnumConverting
getModuleId
public int getModuleId()
- Specified by:
getModuleId in interface PropertyEnumConverting
getEnumConverter
public EnumConverting getEnumConverter()
- Specified by:
getEnumConverter in interface PropertyEnumConverting
convert
public EnumConverting convert(int from)
- Specified by:
convert in interface EnumConverting
getArray
public EnumConverting[] getArray(int size)
- Specified by:
getArray in interface EnumConverting
get
public static ContactSearch.Property get(int from)
Copyright © 2010, 2011 Skype Technologies. All Rights Reserved.