public static enum SMS.TargetStatus.Status extends Enum<SMS.TargetStatus.Status>
| Enum Constant and Description |
|---|
TARGET_ACCEPTABLE |
TARGET_ANALYZING
TARGET_ANALYZING - Analyzing target; country, server, sms service capable.
|
TARGET_DELIVERY_FAILED |
TARGET_DELIVERY_PENDING |
TARGET_DELIVERY_SUCCESSFUL |
TARGET_NOT_ROUTABLE |
TARGET_UNDEFINED |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static SMS.TargetStatus.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SMS.TargetStatus.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SMS.TargetStatus.Status TARGET_ANALYZING
public static final SMS.TargetStatus.Status TARGET_UNDEFINED
public static final SMS.TargetStatus.Status TARGET_ACCEPTABLE
public static final SMS.TargetStatus.Status TARGET_NOT_ROUTABLE
public static final SMS.TargetStatus.Status TARGET_DELIVERY_PENDING
public static final SMS.TargetStatus.Status TARGET_DELIVERY_SUCCESSFUL
public static final SMS.TargetStatus.Status TARGET_DELIVERY_FAILED
public static final SMS.TargetStatus.Status UNKNOWN
public static SMS.TargetStatus.Status[] values()
for (SMS.TargetStatus.Status c : SMS.TargetStatus.Status.values()) System.out.println(c);
public static SMS.TargetStatus.Status 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 © 2013. All Rights Reserved.