|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ImportFormat.Target>
com.google.gdata.data.docs.ImportFormat.Target
public static enum ImportFormat.Target
Import target document type.
Enum Constant Summary | |
---|---|
DOCUMENT
Document import format. |
|
DRAWING
Drawing import format. |
|
PRESENTATION
Presentation import format. |
|
SPREADSHEET
Spreadsheet import format. |
Method Summary | |
---|---|
static ImportFormat.Target |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ImportFormat.Target[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, 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 ImportFormat.Target DOCUMENT
public static final ImportFormat.Target DRAWING
public static final ImportFormat.Target PRESENTATION
public static final ImportFormat.Target SPREADSHEET
Method Detail |
---|
public static ImportFormat.Target[] values()
for (ImportFormat.Target c : ImportFormat.Target.values()) System.out.println(c);
public static ImportFormat.Target 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 null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |