Groovy Documentation

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

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

public enum Format
extends Enum

Format codes supported by Yahoo! search services

Authors:
rbair


Enum Constant Summary
ANY

HTML

MSWORD

PDF

PPT

RSS

TXT

XLS

 
Field Summary
private String code

Format codes supported by Yahoo!

 
Method Summary
def Format(String code)

String getCode()

Format valueOf(String name)

Returns the enum constant of this type with the specified name.

Format[] 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

ANY

Format ANY


HTML

Format HTML


MSWORD

Format MSWORD


PDF

Format PDF


PPT

Format PPT


RSS

Format RSS


TXT

Format TXT


XLS

Format XLS


 
Field Detail

code

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


 
Method Detail

Format

def Format(String code)


getCode

public String getCode()


valueOf

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


values

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


 

Groovy Documentation