SMSLib 3.5.3

org.smslib.http
Enum BulkSmsHTTPGateway.Regions

java.lang.Object
  extended by java.lang.Enum<BulkSmsHTTPGateway.Regions>
      extended by 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>


Enum Constant Summary
GERMANY
           
INTERNATIONAL
           
SOUTHAFRICA
           
SPAIN
           
UNITEDKINGDOM
           
USA
           
 
Method Summary
static BulkSmsHTTPGateway.Regions valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BulkSmsHTTPGateway.Regions[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
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
 

Enum Constant Detail

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
Method Detail

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

SMSLib 3.5.3

(c) 2002-2011, http://smslib.org