public enum SMDeliveryOutcome extends java.lang.Enum<SMDeliveryOutcome>
| Enum Constant and Description |
|---|
absentSubscriber |
memoryCapacityExceeded |
successfulTransfer |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
static SMDeliveryOutcome |
getInstance(int code) |
static SMDeliveryOutcome |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SMDeliveryOutcome[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SMDeliveryOutcome memoryCapacityExceeded
public static final SMDeliveryOutcome absentSubscriber
public static final SMDeliveryOutcome successfulTransfer
public static SMDeliveryOutcome[] values()
for (SMDeliveryOutcome c : SMDeliveryOutcome.values()) System.out.println(c);
public static SMDeliveryOutcome 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 int getCode()
public static SMDeliveryOutcome getInstance(int code)
Copyright © 2012. All Rights Reserved.