|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DeliveryReceiptState>
org.jsmpp.util.DeliveryReceiptState
public enum DeliveryReceiptState
Enum Constant Summary | |
---|---|
ACCEPTD
ACCEPTED |
|
DELETED
DELETED |
|
DELIVRD
DELIVERED |
|
EXPIRED
EXPIRED |
|
REJECTD
REJECTED |
|
UNDELIV
UNDELIVERABLE |
|
UNKNOWN
UNKNOWN |
Method Summary | |
---|---|
static DeliveryReceiptState |
getByName(java.lang.String name)
|
int |
value()
|
static DeliveryReceiptState |
valueOf(int value)
|
static DeliveryReceiptState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DeliveryReceiptState[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, 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 DeliveryReceiptState DELIVRD
public static final DeliveryReceiptState EXPIRED
public static final DeliveryReceiptState DELETED
public static final DeliveryReceiptState UNDELIV
public static final DeliveryReceiptState ACCEPTD
public static final DeliveryReceiptState UNKNOWN
public static final DeliveryReceiptState REJECTD
Method Detail |
---|
public static DeliveryReceiptState[] values()
for (DeliveryReceiptState c : DeliveryReceiptState.values()) System.out.println(c);
public static DeliveryReceiptState 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 nullpublic static DeliveryReceiptState getByName(java.lang.String name)
public static DeliveryReceiptState valueOf(int value) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public int value()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |