public enum OutputEdiMimeType extends Enum<OutputEdiMimeType>
| Enum Constant and Description |
|---|
APPLICATION_EDIX12
EDI X12 mime type output format
|
APPLICATION_PLAIN
X12 default text/plain mime type format
|
| Modifier and Type | Method and Description |
|---|---|
String |
getOutputEdiMimeType() |
static OutputEdiMimeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputEdiMimeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OutputEdiMimeType APPLICATION_PLAIN
public static final OutputEdiMimeType APPLICATION_EDIX12
public static OutputEdiMimeType[] values()
for (OutputEdiMimeType c : OutputEdiMimeType.values()) System.out.println(c);
public static OutputEdiMimeType 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 getOutputEdiMimeType()
Copyright © 2020 MuleSoft, Inc.. All rights reserved.