|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<GoogleContactsEntry.IMProtocol>
net.java.sip.communicator.service.googlecontacts.GoogleContactsEntry.IMProtocol
public static enum GoogleContactsEntry.IMProtocol
The supported IM protocol
| Enum Constant Summary | |
|---|---|
AIM
AIM protocol. |
|
GOOGLETALK
Google Talk protocol. |
|
ICQ
ICQ protocol. |
|
JABBER
Jabber protocol. |
|
MSN
MSN protocol. |
|
OTHER
Other protocol (i.e. |
|
YAHOO
Yahoo protocol. |
|
| Method Summary | |
|---|---|
static GoogleContactsEntry.IMProtocol |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GoogleContactsEntry.IMProtocol[] |
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 GoogleContactsEntry.IMProtocol GOOGLETALK
public static final GoogleContactsEntry.IMProtocol YAHOO
public static final GoogleContactsEntry.IMProtocol AIM
public static final GoogleContactsEntry.IMProtocol MSN
public static final GoogleContactsEntry.IMProtocol ICQ
public static final GoogleContactsEntry.IMProtocol JABBER
public static final GoogleContactsEntry.IMProtocol OTHER
| Method Detail |
|---|
public static GoogleContactsEntry.IMProtocol[] values()
for (GoogleContactsEntry.IMProtocol c : GoogleContactsEntry.IMProtocol.values()) System.out.println(c);
public static GoogleContactsEntry.IMProtocol valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||