public static enum CMGR.Mode extends Enum<CMGR.Mode>
Enum Constant and Description |
---|
SMS_DELIVERY |
SMS_STATUS_REPORT |
Modifier and Type | Method and Description |
---|---|
static CMGR.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CMGR.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMGR.Mode SMS_STATUS_REPORT
public static final CMGR.Mode SMS_DELIVERY
public static CMGR.Mode[] values()
for (CMGR.Mode c : CMGR.Mode.values()) System.out.println(c);
public static CMGR.Mode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2015–2016 jSMS4Pi. All rights reserved.