com.skype.api
Enum ContactSearch.Property

java.lang.Object
  extended by java.lang.Enum<ContactSearch.Property>
      extended by 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


Enum Constant Summary
P_CONTACT_SEARCH_STATUS
           
P_UNKNOWN
           
 
Field Summary
static int P_CONTACT_SEARCH_STATUS_VALUE
           
 
Method Summary
 EnumConverting convert(int from)
           
static ContactSearch.Property get(int from)
           
 EnumConverting[] getArray(int size)
           
 EnumConverting getDefault()
           
 EnumConverting getEnumConverter()
           
 int getId()
           
 int getIdx()
           
 int getModuleId()
           
 byte[] getRequest()
           
 boolean isCached()
           
static ContactSearch.Property valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ContactSearch.Property[] 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

P_UNKNOWN

public static final ContactSearch.Property P_UNKNOWN

P_CONTACT_SEARCH_STATUS

public static final ContactSearch.Property P_CONTACT_SEARCH_STATUS
Field Detail

P_CONTACT_SEARCH_STATUS_VALUE

public static final int P_CONTACT_SEARCH_STATUS_VALUE
See Also:
Constant Field Values
Method Detail

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.