public static enum FileItem.Type extends Enum<FileItem.Type>
Enum Constant and Description |
---|
Folder |
Image |
PollChart |
Presentation |
Recording |
Video |
WmlFile |
Modifier and Type | Method and Description |
---|---|
static FileItem.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileItem.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileItem.Type Folder
public static final FileItem.Type Image
public static final FileItem.Type PollChart
public static final FileItem.Type Presentation
public static final FileItem.Type Recording
public static final FileItem.Type Video
public static final FileItem.Type WmlFile
public static FileItem.Type[] values()
for (FileItem.Type c : FileItem.Type.values()) System.out.println(c);
public static FileItem.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2012–2016 Apache Software Foundation. All rights reserved.