org.eclipse.ecf.presence.im
Class IChatMessage.Type

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

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


Field Summary
static IChatMessage.Type CHAT
           
static IChatMessage.Type ERROR
           
static IChatMessage.Type SYSTEM
           
 
Constructor Summary
protected IChatMessage.Type(java.lang.String name)
           
 
Method Summary
 boolean equals(java.lang.Object that)
           
static IChatMessage.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

CHAT

public static final IChatMessage.Type CHAT

SYSTEM

public static final IChatMessage.Type SYSTEM

ERROR

public static final IChatMessage.Type ERROR
Constructor Detail

IChatMessage.Type

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

fromString

public static IChatMessage.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