|
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.Region
public enum Region extends Enum
Region codes supported by Yahoo! search services
| 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 |
|---|
Region ARGENTINA
Region AUSTRALIA
Region AUSTRIA
Region BELGIUM
Region BRAZIL
Region CANADA
Region CATALAN
Region DENMARK
Region FINLAND
Region FRANCE
Region GERMANY
Region INDIA
Region INDONESIA
Region ITALY
Region MALAYSIA
Region MEXICO
Region NETHERLANDS
Region NORWAY
Region PHILLIPINES
Region RUSSIAN_FEDERATION
Region SINGAPORE
Region SPAIN
Region SWEDEN
Region SWITZERLAND
Region THAILAND
Region UNITED_KINGDOM
Region UNITED_STATES
| Field Detail |
|---|
private String code
| Method Detail |
|---|
def Region(String code)
public String getCode()
Region valueOf(String name)
Region[] values()
Groovy Documentation