org.smslib.http
Enum BulkSmsHTTPGateway.Regions
java.lang.Object
java.lang.Enum<BulkSmsHTTPGateway.Regions>
org.smslib.http.BulkSmsHTTPGateway.Regions
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<BulkSmsHTTPGateway.Regions>
- Enclosing class:
- BulkSmsHTTPGateway
public static enum BulkSmsHTTPGateway.Regions
- extends java.lang.Enum<BulkSmsHTTPGateway.Regions>
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 |
INTERNATIONAL
public static final BulkSmsHTTPGateway.Regions INTERNATIONAL
UNITEDKINGDOM
public static final BulkSmsHTTPGateway.Regions UNITEDKINGDOM
SOUTHAFRICA
public static final BulkSmsHTTPGateway.Regions SOUTHAFRICA
SPAIN
public static final BulkSmsHTTPGateway.Regions SPAIN
USA
public static final BulkSmsHTTPGateway.Regions USA
GERMANY
public static final BulkSmsHTTPGateway.Regions GERMANY
values
public static BulkSmsHTTPGateway.Regions[] 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 (BulkSmsHTTPGateway.Regions c : BulkSmsHTTPGateway.Regions.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static BulkSmsHTTPGateway.Regions 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