public static enum DxlExporter.DXLExportCharset extends Enum<DxlExporter.DXLExportCharset> implements CNativeEnum
Enum Constant and Description |
---|
UTF16
"encoding =" attribute is set to utf16 and charset is utf16
|
UTF8
(default) "encoding =" attribute is set to utf8 and output charset is utf8
|
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Integer |
getValue() |
static DxlExporter.DXLExportCharset |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DxlExporter.DXLExportCharset[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DxlExporter.DXLExportCharset UTF8
public static final DxlExporter.DXLExportCharset UTF16
public static DxlExporter.DXLExportCharset[] values()
for (DxlExporter.DXLExportCharset c : DxlExporter.DXLExportCharset.values()) System.out.println(c);
public static DxlExporter.DXLExportCharset 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.