Groovy Documentation

org.jdesktop.swingx.ws.yahoo.search
[Java] Enum Region

java.lang.Object
  java.lang.Enum
      org.jdesktop.swingx.ws.yahoo.search.Region

public enum Region
extends Enum

Region codes supported by Yahoo! search services

Authors:
rbair


Enum Constant Summary
ARGENTINA

AUSTRALIA

AUSTRIA

BELGIUM

BRAZIL

CANADA

CATALAN

DENMARK

FINLAND

FRANCE

GERMANY

INDIA

INDONESIA

ITALY

MALAYSIA

MEXICO

NETHERLANDS

NORWAY

PHILLIPINES

RUSSIAN_FEDERATION

SINGAPORE

SPAIN

SWEDEN

SWITZERLAND

THAILAND

UNITED_KINGDOM

UNITED_STATES

 
Field Summary
private String code

Region codes supported by Yahoo!

 
Method Summary
def Region(String code)

String getCode()

Region valueOf(String name)

Returns the enum constant of this type with the specified name.

Region[] values()

Returns an array containing the constants of this enum type, in the order they are declared.

 
Methods inherited from class Enum
name, equals, toString, hashCode, compareTo, compareTo, valueOf, getDeclaringClass, ordinal, wait, wait, wait, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Enum Constant Detail

ARGENTINA

Region ARGENTINA


AUSTRALIA

Region AUSTRALIA


AUSTRIA

Region AUSTRIA


BELGIUM

Region BELGIUM


BRAZIL

Region BRAZIL


CANADA

Region CANADA


CATALAN

Region CATALAN


DENMARK

Region DENMARK


FINLAND

Region FINLAND


FRANCE

Region FRANCE


GERMANY

Region GERMANY


INDIA

Region INDIA


INDONESIA

Region INDONESIA


ITALY

Region ITALY


MALAYSIA

Region MALAYSIA


MEXICO

Region MEXICO


NETHERLANDS

Region NETHERLANDS


NORWAY

Region NORWAY


PHILLIPINES

Region PHILLIPINES


RUSSIAN_FEDERATION

Region RUSSIAN_FEDERATION


SINGAPORE

Region SINGAPORE


SPAIN

Region SPAIN


SWEDEN

Region SWEDEN


SWITZERLAND

Region SWITZERLAND


THAILAND

Region THAILAND


UNITED_KINGDOM

Region UNITED_KINGDOM


UNITED_STATES

Region UNITED_STATES


 
Field Detail

code

private String code
Region codes supported by Yahoo! search services
Authors:
rbair


 
Method Detail

Region

def Region(String code)


getCode

public String getCode()


valueOf

Region valueOf(String name)
Returns the enum constant of this type with the specified name.


values

Region[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


 

Groovy Documentation