public enum EMimeType extends Enum<EMimeType>
| Enum Constant and Description |
|---|
DOCUMENT_PDF |
RESPONSE_TYPE
Response type can be either EDMResponse or EDMErrorResponse
|
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static EMimeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EMimeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EMimeType RESPONSE_TYPE
public static final EMimeType DOCUMENT_PDF
public static EMimeType[] values()
for (EMimeType c : EMimeType.values()) System.out.println(c);
public static EMimeType 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 getValue()
Copyright © 2020–2021 toop.eu. All rights reserved.