|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.emailcommon.dto.LastXPActionEnumType NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||

java.lang.Objectjava.lang.Enum<LastXPActionEnumType>
com.rim.bes.basplugin.emailcommon.dto.LastXPActionEnumType
public enum LastXPActionEnumType
Java class for LastXPActionEnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="LastXPActionEnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="NO_VALUE"/>
<enumeration value="DELIVERED_TO_DEVICE"/>
<enumeration value="RECEIVED_FROM_DEVICE"/>
<enumeration value="MESSAGE_EXPIRED_AT_NETWORK"/>
<enumeration value="FAILED_FORWARDING_MESSAGE"/>
<enumeration value="ILLEGAL_DEVICE_PIN"/>
<enumeration value="DEVICE_UNREGISTERED"/>
<enumeration value="REFUSED_BY_DEVICE"/>
<enumeration value="MESSAGE_FILTERED"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
DELIVERED_TO_DEVICE
|
|
DEVICE_UNREGISTERED
|
|
FAILED_FORWARDING_MESSAGE
|
|
ILLEGAL_DEVICE_PIN
|
|
MESSAGE_EXPIRED_AT_NETWORK
|
|
MESSAGE_FILTERED
|
|
NO_VALUE
|
|
RECEIVED_FROM_DEVICE
|
|
REFUSED_BY_DEVICE
|
|
| Method Summary | |
|---|---|
static LastXPActionEnumType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static LastXPActionEnumType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LastXPActionEnumType[] |
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 LastXPActionEnumType NO_VALUE
public static final LastXPActionEnumType DELIVERED_TO_DEVICE
public static final LastXPActionEnumType RECEIVED_FROM_DEVICE
public static final LastXPActionEnumType MESSAGE_EXPIRED_AT_NETWORK
public static final LastXPActionEnumType FAILED_FORWARDING_MESSAGE
public static final LastXPActionEnumType ILLEGAL_DEVICE_PIN
public static final LastXPActionEnumType DEVICE_UNREGISTERED
public static final LastXPActionEnumType REFUSED_BY_DEVICE
public static final LastXPActionEnumType MESSAGE_FILTERED
| Method Detail |
|---|
public static LastXPActionEnumType[] values()
for (LastXPActionEnumType c : LastXPActionEnumType.values()) System.out.println(c);
public static LastXPActionEnumType 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 java.lang.String value()
public static LastXPActionEnumType fromValue(java.lang.String v)
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.emailcommon.dto.LastXPActionEnumType NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||