com.skype.api
Enum ContactGroup.Property

java.lang.Object
  extended by java.lang.Enum<ContactGroup.Property>
      extended by com.skype.api.ContactGroup.Property
All Implemented Interfaces:
EnumConverting, PropertyEnumConverting, java.io.Serializable, java.lang.Comparable<ContactGroup.Property>
Enclosing class:
ContactGroup

public static enum ContactGroup.Property
extends java.lang.Enum<ContactGroup.Property>
implements PropertyEnumConverting

Properties of the ContactGroup class


Enum Constant Summary
P_CONTACT_COUNT
           
P_CUSTOM_GROUP_ID
           
P_GIVEN_DISPLAY_NAME
           
P_ONLINE_CONTACT_COUNT
           
P_TYPE
           
P_UNKNOWN
           
 
Field Summary
static int P_CONTACT_COUNT_VALUE
           
static int P_CUSTOM_GROUP_ID_VALUE
           
static int P_GIVEN_DISPLAY_NAME_VALUE
           
static int P_ONLINE_CONTACT_COUNT_VALUE
           
static int P_TYPE_VALUE
           
 
Method Summary
 EnumConverting convert(int from)
           
static ContactGroup.Property get(int from)
           
 EnumConverting[] getArray(int size)
           
 EnumConverting getDefault()
           
 EnumConverting getEnumConverter()
           
 int getId()
           
 int getIdx()
           
 int getModuleId()
           
 byte[] getRequest()
           
 boolean isCached()
           
static ContactGroup.Property valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ContactGroup.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 ContactGroup.Property P_UNKNOWN

P_TYPE

public static final ContactGroup.Property P_TYPE

P_CUSTOM_GROUP_ID

public static final ContactGroup.Property P_CUSTOM_GROUP_ID

P_GIVEN_DISPLAY_NAME

public static final ContactGroup.Property P_GIVEN_DISPLAY_NAME

P_CONTACT_COUNT

public static final ContactGroup.Property P_CONTACT_COUNT

P_ONLINE_CONTACT_COUNT

public static final ContactGroup.Property P_ONLINE_CONTACT_COUNT
Field Detail

P_TYPE_VALUE

public static final int P_TYPE_VALUE
See Also:
Constant Field Values

P_CUSTOM_GROUP_ID_VALUE

public static final int P_CUSTOM_GROUP_ID_VALUE
See Also:
Constant Field Values

P_GIVEN_DISPLAY_NAME_VALUE

public static final int P_GIVEN_DISPLAY_NAME_VALUE
See Also:
Constant Field Values

P_CONTACT_COUNT_VALUE

public static final int P_CONTACT_COUNT_VALUE
See Also:
Constant Field Values

P_ONLINE_CONTACT_COUNT_VALUE

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

values

public static ContactGroup.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 (ContactGroup.Property c : ContactGroup.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 ContactGroup.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 ContactGroup.Property get(int from)


Copyright © 2010, 2011 Skype Technologies. All Rights Reserved.