public enum FileTypeGroup extends Enum<FileTypeGroup>
Enum Constant and Description |
---|
CELLS |
DIAGRAMS |
EMAILS |
IMAGES |
PDF |
PROJECTS |
SLIDES |
WORDS |
Modifier and Type | Method and Description |
---|---|
static FileTypeGroup |
from(FileType fromFileType) |
static FileTypeGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileTypeGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileTypeGroup WORDS
public static final FileTypeGroup PDF
public static final FileTypeGroup SLIDES
public static final FileTypeGroup CELLS
public static final FileTypeGroup IMAGES
public static final FileTypeGroup EMAILS
public static final FileTypeGroup DIAGRAMS
public static final FileTypeGroup PROJECTS
public static FileTypeGroup[] values()
for (FileTypeGroup c : FileTypeGroup.values()) System.out.println(c);
public static FileTypeGroup 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 nullpublic static FileTypeGroup from(FileType fromFileType)
Copyright © 2015 GroupDocs. All rights reserved.