public static enum Enumeration.ResponseMimeType extends Enum<Enumeration.ResponseMimeType>
Modifier and Type | Field and Description |
---|---|
static Map<String,Enumeration.ResponseMimeType> |
MAP |
Modifier and Type | Method and Description |
---|---|
String |
getMimeType() |
static Enumeration.ResponseMimeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enumeration.ResponseMimeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Enumeration.ResponseMimeType SOAP
public static final Enumeration.ResponseMimeType JSON
public static final Map<String,Enumeration.ResponseMimeType> MAP
public static Enumeration.ResponseMimeType[] values()
for (Enumeration.ResponseMimeType c : Enumeration.ResponseMimeType.values()) System.out.println(c);
public static Enumeration.ResponseMimeType 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 getMimeType()
Copyright © 2018 Hitachi Vantara. All rights reserved.