|
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.License
public enum License extends Enum
License codes supported by Yahoo! search services
| Enum Constant Summary | |
|---|---|
ANY
|
|
CC_ANY
|
|
CC_COMMERCIAL
|
|
CC_MODIFIABLE
|
|
| Field Summary | |
|---|---|
private String |
code
License codes supported by Yahoo! |
| Method Summary | |
|---|---|
def
|
License(String code)
|
String
|
getCode()
|
License
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
License[]
|
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 |
|---|
License ANY
License CC_ANY
License CC_COMMERCIAL
License CC_MODIFIABLE
| Field Detail |
|---|
private String code
| Method Detail |
|---|
def License(String code)
public String getCode()
License valueOf(String name)
License[] values()
Groovy Documentation