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