com.skype
Enum SMS.TargetStatus.Status
java.lang.Object
java.lang.Enum<SMS.TargetStatus.Status>
com.skype.SMS.TargetStatus.Status
- All Implemented Interfaces:
- Serializable, Comparable<SMS.TargetStatus.Status>
- Enclosing class:
- SMS.TargetStatus
public static enum SMS.TargetStatus.Status
- extends Enum<SMS.TargetStatus.Status>
Enumeration of SMS target status.
TARGET_ANALYZING
public static final SMS.TargetStatus.Status TARGET_ANALYZING
- TARGET_ANALYZING - Analyzing target; country, server, sms service capable.
TARGET_UNDEFINED - Target not yet set.
TARGET_ACCEPTABLE - Target is ok to send.
TARGET_NOT_ROUTABLE - Cannot send to target, no SMS server found.
TARGET_DELIVERY_PENDING - SMS is being sent.
TARGET_DELIVERY_SUCCESSFUL - SMS has been received.
TARGET_DELIVERY_FAILED - SMS could not be delivered.
UNKNOWN - Unknown status.
TARGET_UNDEFINED
public static final SMS.TargetStatus.Status TARGET_UNDEFINED
TARGET_ACCEPTABLE
public static final SMS.TargetStatus.Status TARGET_ACCEPTABLE
TARGET_NOT_ROUTABLE
public static final SMS.TargetStatus.Status TARGET_NOT_ROUTABLE
TARGET_DELIVERY_PENDING
public static final SMS.TargetStatus.Status TARGET_DELIVERY_PENDING
TARGET_DELIVERY_SUCCESSFUL
public static final SMS.TargetStatus.Status TARGET_DELIVERY_SUCCESSFUL
TARGET_DELIVERY_FAILED
public static final SMS.TargetStatus.Status TARGET_DELIVERY_FAILED
UNKNOWN
public static final SMS.TargetStatus.Status UNKNOWN
values
public static SMS.TargetStatus.Status[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (SMS.TargetStatus.Status c : SMS.TargetStatus.Status.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static SMS.TargetStatus.Status valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2004-2011. All Rights Reserved.