public static enum DxlExporter.DXLMIMEOption extends Enum<DxlExporter.DXLMIMEOption> implements CNativeEnum
Enum Constant and Description |
---|
DXL
(default) output native MIME within <mime> element in DXL
|
ITEMDATA
output MIME as uninterpretted (base64'ed) item data
|
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Integer |
getValue() |
static DxlExporter.DXLMIMEOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DxlExporter.DXLMIMEOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DxlExporter.DXLMIMEOption DXL
public static final DxlExporter.DXLMIMEOption ITEMDATA
public static DxlExporter.DXLMIMEOption[] values()
for (DxlExporter.DXLMIMEOption c : DxlExporter.DXLMIMEOption.values()) System.out.println(c);
public static DxlExporter.DXLMIMEOption 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 long getLongValue()
getLongValue
in interface INumberEnum<Integer>
long
public Integer getValue()
getValue
in interface INumberEnum<Integer>
Copyright © 2019–2021 HCL. All rights reserved.