|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DocumentSource.Type>
com.google.gdata.data.gtt.DocumentSource.Type
public static enum DocumentSource.Type
Type.
Enum Constant Summary | |
---|---|
AEA
Aea document source. |
|
AES
Aes document source. |
|
DOC
Doc document source. |
|
HTML
Html document source. |
|
KNOL
Knol document source. |
|
ODT
Odt document source. |
|
PLAINTEXT
PlainText document source. |
|
RTF
Rtf document source. |
|
SRT
Srt document source. |
|
SUB
Sub document source. |
|
WIKI
Wiki document source. |
Method Summary | |
---|---|
java.lang.String |
toValue()
Returns the value used in the XML. |
static DocumentSource.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DocumentSource.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final DocumentSource.Type AEA
public static final DocumentSource.Type AES
public static final DocumentSource.Type DOC
public static final DocumentSource.Type HTML
public static final DocumentSource.Type KNOL
public static final DocumentSource.Type ODT
public static final DocumentSource.Type PLAINTEXT
public static final DocumentSource.Type RTF
public static final DocumentSource.Type SRT
public static final DocumentSource.Type SUB
public static final DocumentSource.Type WIKI
Method Detail |
---|
public static DocumentSource.Type[] values()
for (DocumentSource.Type c : DocumentSource.Type.values()) System.out.println(c);
public static DocumentSource.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String toValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |