public static enum DxlImporter.DXLLogOption extends Enum<DxlImporter.DXLLogOption> implements CNativeEnum
| Enum Constant and Description |
|---|
ERROR
log the problem as an error
|
FATALERROR
log the problem as a fatal error
|
IGNORE
ignore the action.
|
WARNING
log the problem as a warning
|
| Modifier and Type | Method and Description |
|---|---|
long |
getLongValue() |
Integer |
getValue() |
static DxlImporter.DXLLogOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DxlImporter.DXLLogOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DxlImporter.DXLLogOption IGNORE
public static final DxlImporter.DXLLogOption WARNING
public static final DxlImporter.DXLLogOption ERROR
public static final DxlImporter.DXLLogOption FATALERROR
public static DxlImporter.DXLLogOption[] values()
for (DxlImporter.DXLLogOption c : DxlImporter.DXLLogOption.values()) System.out.println(c);
public static DxlImporter.DXLLogOption 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 Integer getValue()
getValue in interface INumberEnum<Integer>public long getLongValue()
getLongValue in interface INumberEnum<Integer>longCopyright © 2019–2021 HCL. All rights reserved.