|
SMSLib 3.5.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Message.MessageClasses>
org.smslib.Message.MessageClasses
public static enum Message.MessageClasses
Enumeration representing the different message classes.
Enum Constant Summary | |
---|---|
MSGCLASS_FLASH
Class 0 - Immediate display (alert). |
|
MSGCLASS_ME
Class 1 - ME specific |
|
MSGCLASS_NONE
Default option to set no message class meaning. |
|
MSGCLASS_SIM
Classs 2 - SIM specific |
|
MSGCLASS_TE
Class 3 - TE specific |
Method Summary | |
---|---|
static Message.MessageClasses |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Message.MessageClasses[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Message.MessageClasses MSGCLASS_NONE
public static final Message.MessageClasses MSGCLASS_FLASH
public static final Message.MessageClasses MSGCLASS_ME
public static final Message.MessageClasses MSGCLASS_SIM
public static final Message.MessageClasses MSGCLASS_TE
Method Detail |
---|
public static Message.MessageClasses[] values()
for (Message.MessageClasses c : Message.MessageClasses.values()) System.out.println(c);
public static Message.MessageClasses 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 name
java.lang.NullPointerException
- if the argument is null
|
SMSLib 3.5.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |