|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<GDataRequest.OutputFormat>
org.apache.lucene.gdata.server.GDataRequest.OutputFormat
public static enum GDataRequest.OutputFormat
This enum represents the OutputFormat of the GDATA Server
Enum Constant Summary | |
---|---|
ATOM
Output format ATOM. |
|
HTML
Output format html if user defined xsl style sheet is present |
|
RSS
Output format RSS |
Method Summary | |
---|---|
static GDataRequest.OutputFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GDataRequest.OutputFormat[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final GDataRequest.OutputFormat ATOM
public static final GDataRequest.OutputFormat RSS
public static final GDataRequest.OutputFormat HTML
Method Detail |
---|
public static final GDataRequest.OutputFormat[] values()
for(GDataRequest.OutputFormat c : GDataRequest.OutputFormat.values()) System.out.println(c);
public static GDataRequest.OutputFormat valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |