public static enum Mms.MessageType extends java.lang.Enum<Mms.MessageType>
| Modifier and Type | Method and Description |
|---|---|
static Mms.MessageType |
fromVal(int val) |
static Mms.MessageType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Mms.MessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Mms.MessageType ALL
public static final Mms.MessageType INBOX
public static final Mms.MessageType SENT
public static final Mms.MessageType DRAFT
public static final Mms.MessageType OUTBOX
public static Mms.MessageType[] values()
for (Mms.MessageType c : Mms.MessageType.values()) System.out.println(c);
public static Mms.MessageType 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 nullpublic static Mms.MessageType fromVal(int val)