public enum ExportingMimeType extends Enum<ExportingMimeType> implements JsonValueEnum
| Enum Constant and Description |
|---|
APPLICATION_PDF |
IMAGE_JPEG |
IMAGE_PNG |
IMAGE_SVG |
| Modifier and Type | Method and Description |
|---|---|
String |
getJsonValue()
Returns the string representation of the enum in JSON.
|
static ExportingMimeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportingMimeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportingMimeType IMAGE_PNG
public static final ExportingMimeType IMAGE_JPEG
public static final ExportingMimeType APPLICATION_PDF
public static final ExportingMimeType IMAGE_SVG
public static ExportingMimeType[] values()
for (ExportingMimeType c : ExportingMimeType.values()) System.out.println(c);
public static ExportingMimeType 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 String getJsonValue()
JsonValueEnumgetJsonValue in interface JsonValueEnumCopyright © 2013. All Rights Reserved.