Groovy Documentation

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

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

public enum Country
extends Enum

Country codes supported by Yahoo search services.

Authors:
rbair


Enum Constant Summary
ARGENTINA

AUSTRALIA

AUSTRIA

BELGIUM

BRAZIL

CANADA

CHINA

CZECHOSLOVAKIA

DENMARK

FINLAND

FRANCE

GERMANY

ITALY

JAPAN

KOREA

NETHERLANDS

NORWAY

POLAND

RUSSIAN_FEDERATION

SPAIN

SWEDEN

SWITZERLAND

TAIWAN

UNITED_KINGDOM

UNITED_STATES

 
Field Summary
private String code

Country codes supported by Yahoo search services.

 
Method Summary
def Country(String code)

String getCode()

Country valueOf(String name)

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

Country[] 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

Country ARGENTINA


AUSTRALIA

Country AUSTRALIA


AUSTRIA

Country AUSTRIA


BELGIUM

Country BELGIUM


BRAZIL

Country BRAZIL


CANADA

Country CANADA


CHINA

Country CHINA


CZECHOSLOVAKIA

Country CZECHOSLOVAKIA


DENMARK

Country DENMARK


FINLAND

Country FINLAND


FRANCE

Country FRANCE


GERMANY

Country GERMANY


ITALY

Country ITALY


JAPAN

Country JAPAN


KOREA

Country KOREA


NETHERLANDS

Country NETHERLANDS


NORWAY

Country NORWAY


POLAND

Country POLAND


RUSSIAN_FEDERATION

Country RUSSIAN_FEDERATION


SPAIN

Country SPAIN


SWEDEN

Country SWEDEN


SWITZERLAND

Country SWITZERLAND


TAIWAN

Country TAIWAN


UNITED_KINGDOM

Country UNITED_KINGDOM


UNITED_STATES

Country UNITED_STATES


 
Field Detail

code

private String code
Country codes supported by Yahoo search services.
Authors:
rbair


 
Method Detail

Country

def Country(String code)


getCode

public String getCode()


valueOf

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


values

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


 

Groovy Documentation