public static enum ImageApiProfile.Format extends Enum<ImageApiProfile.Format>
| Modifier and Type | Method and Description |
|---|---|
de.digitalcollections.core.model.api.MimeType |
getMimeType() |
String |
toString() |
static ImageApiProfile.Format |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageApiProfile.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageApiProfile.Format JPG
public static final ImageApiProfile.Format TIF
public static final ImageApiProfile.Format PNG
public static final ImageApiProfile.Format GIF
public static final ImageApiProfile.Format JP2
public static final ImageApiProfile.Format PDF
public static final ImageApiProfile.Format WEBP
public static ImageApiProfile.Format[] values()
for (ImageApiProfile.Format c : ImageApiProfile.Format.values()) System.out.println(c);
public static ImageApiProfile.Format 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 de.digitalcollections.core.model.api.MimeType getMimeType()
public String toString()
toString in class Enum<ImageApiProfile.Format>Copyright © 2018. All rights reserved.