|
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.Subscription
public enum Subscription extends Enum
Subscription codes supported by Yahoo! search services
| Enum Constant Summary | |
|---|---|
CONSUMER_REPORTS
|
|
FORRESTER_RESEARCH
|
|
FT_COM
|
|
IEEE
|
|
NEW_ENGLAND_JOURNAL_OF_MEDICINE
|
|
THE_STREET_COM
|
|
WALL_STREET_JOURNAL
|
|
| Field Summary | |
|---|---|
private String |
code
Subscription codes supported by Yahoo! |
| Method Summary | |
|---|---|
def
|
Subscription(String code)
|
String
|
getCode()
|
Subscription
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
Subscription[]
|
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 |
|---|
Subscription CONSUMER_REPORTS
Subscription FORRESTER_RESEARCH
Subscription FT_COM
Subscription IEEE
Subscription NEW_ENGLAND_JOURNAL_OF_MEDICINE
Subscription THE_STREET_COM
Subscription WALL_STREET_JOURNAL
| Field Detail |
|---|
private String code
| Method Detail |
|---|
def Subscription(String code)
public String getCode()
Subscription valueOf(String name)
Subscription[] values()
Groovy Documentation