public class InstantMessengerCategory extends Object
Represents category for an instant messenger address
Modifier and Type | Field and Description |
---|---|
static String |
AIM_VALUE
String value for 'AIM' category
|
static String |
CUSTOM_VALUE
String value for 'Custom' category
|
static String |
GOOGLE_TALK_VALUE
String value for 'GoogleTalk' category
|
static String |
ICQ_VALUE
String value for 'MSN' category
|
static String |
JABBER_VALUE
String value for 'Jabber' category
|
static String |
MSN_VALUE
String value for '' category
|
static String |
QQ_VALUE
String value for 'QQ' category
|
static String |
SKYPE_VALUE
String value for 'Skype' category
|
static String |
YAHOO_VALUE
String value for 'Yahoo' category
|
Constructor and Description |
---|
InstantMessengerCategory(String description)
Initializes a new instance of the
InstantMessengerCategory class with 'Custom' category. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Determines whether the specified Object is equal to the current Object.
|
static InstantMessengerCategory |
getAIM()
AIM
|
static InstantMessengerCategory |
getCustom()
Custom messenger kind
|
String |
getDescription()
Gets description for the 'Custom' category of an instant messenger address
|
static InstantMessengerCategory |
getGoogleTalk()
Google Talk
|
static InstantMessengerCategory |
getICQ()
ICQ
|
static InstantMessengerCategory |
getJabber()
Jabber
|
static InstantMessengerCategory |
getMSN()
MSN
|
static InstantMessengerCategory |
getQQ()
QQ
|
static InstantMessengerCategory |
getSkype()
Skype
|
String |
getValue()
Gets category of an instant messenger address
|
static InstantMessengerCategory |
getYahoo()
Yahoo
|
int |
hashCode()
GetHashCode returns a hash function for this object.
|
static boolean |
op_Equality(InstantMessengerCategory a,
InstantMessengerCategory b)
Determines whether the specified objects are equal.
|
static boolean |
op_Inequality(InstantMessengerCategory a,
InstantMessengerCategory b)
Determines whether the specified objects are not equal.
|
String |
toString()
Returns a string that represents the current object.
|
public static final String GOOGLE_TALK_VALUE
String value for 'GoogleTalk' category
public static final String AIM_VALUE
String value for 'AIM' category
public static final String YAHOO_VALUE
String value for 'Yahoo' category
public static final String SKYPE_VALUE
String value for 'Skype' category
public static final String QQ_VALUE
String value for 'QQ' category
public static final String MSN_VALUE
String value for '' category
public static final String ICQ_VALUE
String value for 'MSN' category
public static final String JABBER_VALUE
String value for 'Jabber' category
public static final String CUSTOM_VALUE
String value for 'Custom' category
public InstantMessengerCategory(String description)
Initializes a new instance of the InstantMessengerCategory
class with 'Custom' category.
description
- Description for the 'Custom' category of an instant messenger addresspublic static InstantMessengerCategory getGoogleTalk()
Google Talk
InstantMessengerCategory
object.public static InstantMessengerCategory getAIM()
AIM
InstantMessengerCategory
object.public static InstantMessengerCategory getYahoo()
Yahoo
InstantMessengerCategory
object.public static InstantMessengerCategory getSkype()
Skype
InstantMessengerCategory
object.public static InstantMessengerCategory getQQ()
InstantMessengerCategory
object.public static InstantMessengerCategory getMSN()
MSN
InstantMessengerCategory
object.public static InstantMessengerCategory getICQ()
ICQ
InstantMessengerCategory
object.public static InstantMessengerCategory getJabber()
Jabber
InstantMessengerCategory
object.public static InstantMessengerCategory getCustom()
Custom messenger kind
InstantMessengerCategory
object.public String getValue()
Gets category of an instant messenger address
String
object.public String getDescription()
Gets description for the 'Custom' category of an instant messenger address
String
object.public String toString()
Returns a string that represents the current object.
public int hashCode()
GetHashCode returns a hash function for this object.
public boolean equals(Object obj)
Determines whether the specified Object is equal to the current Object.
public static boolean op_Equality(InstantMessengerCategory a, InstantMessengerCategory b)
Determines whether the specified objects are equal.
a
- First object to compareb
- Second object to comparepublic static boolean op_Inequality(InstantMessengerCategory a, InstantMessengerCategory b)
Determines whether the specified objects are not equal.
a
- First object to compareb
- Second object to compareCopyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.