public static enum CMGD.DeleteMode extends Enum<CMGD.DeleteMode>
Enum Constant and Description |
---|
ALL |
ALL_REC_READ |
ALL_REC_READ_STORED_SEND |
ALL_REC_READ_STORED_UNSEND_STORED_SEND |
SINGLE_SMS |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
static CMGD.DeleteMode |
valueOf(int code) |
static CMGD.DeleteMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CMGD.DeleteMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMGD.DeleteMode SINGLE_SMS
public static final CMGD.DeleteMode ALL_REC_READ
public static final CMGD.DeleteMode ALL_REC_READ_STORED_SEND
public static final CMGD.DeleteMode ALL_REC_READ_STORED_UNSEND_STORED_SEND
public static final CMGD.DeleteMode ALL
public static CMGD.DeleteMode[] values()
for (CMGD.DeleteMode c : CMGD.DeleteMode.values()) System.out.println(c);
public static CMGD.DeleteMode 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 nullpublic int getCode()
public static CMGD.DeleteMode valueOf(int code)
Copyright © 2015–2016 jSMS4Pi. All rights reserved.