public static class Message.Type
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Message.Type |
CHAT
Typically short text message used in line-by-line chat interfaces.
|
static Message.Type |
ERROR
indicates a messaging error.
|
static Message.Type |
GROUP_CHAT
Chat message sent to a groupchat server for group chats.
|
static Message.Type |
HEADLINE
Text message to be displayed in scrolling marquee displays.
|
static Message.Type |
NORMAL
(Default) a normal text message used in email like interface.
|
Modifier and Type | Method and Description |
---|---|
static Message.Type |
fromString(java.lang.String type)
Converts a String value into its Type representation.
|
java.lang.String |
toString() |
public static final Message.Type NORMAL
public static final Message.Type CHAT
public static final Message.Type GROUP_CHAT
public static final Message.Type HEADLINE
public static final Message.Type ERROR
public static Message.Type fromString(java.lang.String type)
type
- the String value.public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2003 Jive Software.