public static enum FunctionalUnit.FileFormat extends Enum<FunctionalUnit.FileFormat>
Modifier and Type | Method and Description |
---|---|
static List<FunctionalUnit.FileFormat> |
getAllFileFormats() |
String |
getExtension() |
String |
toString() |
static FunctionalUnit.FileFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionalUnit.FileFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FunctionalUnit.FileFormat JPEG
public static final FunctionalUnit.FileFormat GIF
public static final FunctionalUnit.FileFormat PNG
public static final FunctionalUnit.FileFormat TIFF
public static final FunctionalUnit.FileFormat BMP
public static final FunctionalUnit.FileFormat PDF
public static FunctionalUnit.FileFormat[] values()
for (FunctionalUnit.FileFormat c : FunctionalUnit.FileFormat.values()) System.out.println(c);
public static FunctionalUnit.FileFormat 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 List<FunctionalUnit.FileFormat> getAllFileFormats()
public String getExtension()
public String toString()
toString
in class Enum<FunctionalUnit.FileFormat>
Copyright © Asprise Software. All Rights Reserved. Please visit the product page at asprise.com