public enum IMessagingCallbackError extends java.lang.Enum<IMessagingCallbackError>
| Enum Constant and Description |
|---|
EmailAccountNotFound |
NotSent |
NotSupported |
SIMNotPresent |
Unknown |
WrongParams |
| Modifier and Type | Method and Description |
|---|---|
static IMessagingCallbackError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IMessagingCallbackError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IMessagingCallbackError SIMNotPresent
public static final IMessagingCallbackError EmailAccountNotFound
public static final IMessagingCallbackError NotSent
public static final IMessagingCallbackError WrongParams
public static final IMessagingCallbackError NotSupported
public static final IMessagingCallbackError Unknown
public static IMessagingCallbackError[] values()
for (IMessagingCallbackError c : IMessagingCallbackError.values()) System.out.println(c);
public static IMessagingCallbackError 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 null