JML

net.sf.jml.message
Class MessageConstants

java.lang.Object
  extended by net.sf.jml.message.MessageConstants

public final class MessageConstants
extends Object

Message constants. Ses: http://www.hypothetic.org/docs/msn/notification/messages.php

Author:
Roger Chen

Field Summary
static String CHARSET
           
static String CT_ACTIVE_EMAIL_NOTIFY
           
static String CT_CONTROL
           
static String CT_DATACAST
           
static String CT_EMOTICON
           
static String CT_INIT_EMAIL_NOTIFY
           
static String CT_INIT_MAIL_DATA_NOTIFY
           
static String CT_INVITATION
           
static String CT_P2P
           
static String CT_PROFILE
           
static String CT_REALTIME_EMAIL_NOTIFY
           
static String CT_SYSTEM_MESSAGE
           
static String CT_TEXT
           
 
Constructor Summary
MessageConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CT_TEXT

public static final String CT_TEXT
See Also:
Constant Field Values

CT_CONTROL

public static final String CT_CONTROL
See Also:
Constant Field Values

CT_PROFILE

public static final String CT_PROFILE
See Also:
Constant Field Values

CT_INIT_EMAIL_NOTIFY

public static final String CT_INIT_EMAIL_NOTIFY
See Also:
Constant Field Values

CT_INIT_MAIL_DATA_NOTIFY

public static final String CT_INIT_MAIL_DATA_NOTIFY
See Also:
Constant Field Values

CT_REALTIME_EMAIL_NOTIFY

public static final String CT_REALTIME_EMAIL_NOTIFY
See Also:
Constant Field Values

CT_ACTIVE_EMAIL_NOTIFY

public static final String CT_ACTIVE_EMAIL_NOTIFY
See Also:
Constant Field Values

CT_SYSTEM_MESSAGE

public static final String CT_SYSTEM_MESSAGE
See Also:
Constant Field Values

CT_INVITATION

public static final String CT_INVITATION
See Also:
Constant Field Values

CT_P2P

public static final String CT_P2P
See Also:
Constant Field Values

CT_DATACAST

public static final String CT_DATACAST
See Also:
Constant Field Values

CT_EMOTICON

public static final String CT_EMOTICON
See Also:
Constant Field Values

CHARSET

public static final String CHARSET
See Also:
Constant Field Values
Constructor Detail

MessageConstants

public MessageConstants()

JML