|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum
org.jdesktop.swingx.ws.yahoo.search.Country
public enum Country extends Enum
Country codes supported by Yahoo search services.
| 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 |
|---|
Country ARGENTINA
Country AUSTRALIA
Country AUSTRIA
Country BELGIUM
Country BRAZIL
Country CANADA
Country CHINA
Country CZECHOSLOVAKIA
Country DENMARK
Country FINLAND
Country FRANCE
Country GERMANY
Country ITALY
Country JAPAN
Country KOREA
Country NETHERLANDS
Country NORWAY
Country POLAND
Country RUSSIAN_FEDERATION
Country SPAIN
Country SWEDEN
Country SWITZERLAND
Country TAIWAN
Country UNITED_KINGDOM
Country UNITED_STATES
| Field Detail |
|---|
private String code
| Method Detail |
|---|
def Country(String code)
public String getCode()
Country valueOf(String name)
Country[] values()
Groovy Documentation