org.smslib
Enum AGateway.GatewayStatuses
java.lang.Object
java.lang.Enum<AGateway.GatewayStatuses>
org.smslib.AGateway.GatewayStatuses
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<AGateway.GatewayStatuses>
- Enclosing class:
- AGateway
public static enum AGateway.GatewayStatuses
- extends java.lang.Enum<AGateway.GatewayStatuses>
Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
STOPPED
public static final AGateway.GatewayStatuses STOPPED
STOPPING
public static final AGateway.GatewayStatuses STOPPING
STARTING
public static final AGateway.GatewayStatuses STARTING
STARTED
public static final AGateway.GatewayStatuses STARTED
FAILURE
public static final AGateway.GatewayStatuses FAILURE
RESTART
public static final AGateway.GatewayStatuses RESTART
values
public static AGateway.GatewayStatuses[] 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 (AGateway.GatewayStatuses c : AGateway.GatewayStatuses.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static AGateway.GatewayStatuses valueOf(java.lang.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:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
(c) 2002-2011, http://smslib.org