public static enum MessageHelper.ExtMsgType extends java.lang.Enum<MessageHelper.ExtMsgType>
| Enum Constant and Description |
|---|
ArticlesMsg |
BigExpressionMsg |
CustomEmojiMsg |
EvaluationMsg |
FormMsg |
GeneralMsg |
OrderMsg |
RobotMenuMsg |
ToCustomServiceMsg |
TrackMsg |
| Modifier and Type | Method and Description |
|---|---|
static MessageHelper.ExtMsgType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MessageHelper.ExtMsgType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageHelper.ExtMsgType EvaluationMsg
public static final MessageHelper.ExtMsgType OrderMsg
public static final MessageHelper.ExtMsgType TrackMsg
public static final MessageHelper.ExtMsgType FormMsg
public static final MessageHelper.ExtMsgType RobotMenuMsg
public static final MessageHelper.ExtMsgType ArticlesMsg
public static final MessageHelper.ExtMsgType ToCustomServiceMsg
public static final MessageHelper.ExtMsgType BigExpressionMsg
public static final MessageHelper.ExtMsgType CustomEmojiMsg
public static final MessageHelper.ExtMsgType GeneralMsg
public static MessageHelper.ExtMsgType[] values()
for (MessageHelper.ExtMsgType c : MessageHelper.ExtMsgType.values()) System.out.println(c);
public static MessageHelper.ExtMsgType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null