Groovy Documentation

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

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

public enum Subscription
extends Enum

Subscription codes supported by Yahoo! search services

Authors:
rbair


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

CONSUMER_REPORTS

Subscription CONSUMER_REPORTS


FORRESTER_RESEARCH

Subscription FORRESTER_RESEARCH


FT_COM

Subscription FT_COM


IEEE

Subscription IEEE


NEW_ENGLAND_JOURNAL_OF_MEDICINE

Subscription NEW_ENGLAND_JOURNAL_OF_MEDICINE


THE_STREET_COM

Subscription THE_STREET_COM


WALL_STREET_JOURNAL

Subscription WALL_STREET_JOURNAL


 
Field Detail

code

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


 
Method Detail

Subscription

def Subscription(String code)


getCode

public String getCode()


valueOf

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


values

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


 

Groovy Documentation