org.eclipse.ecf.presence
Class IMessageListener.Type

java.lang.Object
  extended by org.eclipse.ecf.presence.IMessageListener.Type
Enclosing interface:
IMessageListener

public static class IMessageListener.Type
extends java.lang.Object

Inner class describing Type of message received


Field Summary
static IMessageListener.Type CHAT
           
static IMessageListener.Type ERROR
           
static IMessageListener.Type GROUP_CHAT
           
static IMessageListener.Type NORMAL
           
static IMessageListener.Type SYSTEM
           
 
Constructor Summary
protected IMessageListener.Type(java.lang.String name)
           
 
Method Summary
 boolean equals(java.lang.Object that)
           
static IMessageListener.Type fromString(java.lang.String itemType)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NORMAL

public static final IMessageListener.Type NORMAL

CHAT

public static final IMessageListener.Type CHAT

GROUP_CHAT

public static final IMessageListener.Type GROUP_CHAT

SYSTEM

public static final IMessageListener.Type SYSTEM

ERROR

public static final IMessageListener.Type ERROR
Constructor Detail

IMessageListener.Type

protected IMessageListener.Type(java.lang.String name)
Method Detail

fromString

public static IMessageListener.Type fromString(java.lang.String itemType)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public final boolean equals(java.lang.Object that)
Overrides:
equals in class java.lang.Object

hashCode

public final int hashCode()
Overrides:
hashCode in class java.lang.Object