public static enum DxlImporter.XMLValidationOption extends Enum<DxlImporter.XMLValidationOption> implements CNativeEnum
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Integer |
getValue() |
static DxlImporter.XMLValidationOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DxlImporter.XMLValidationOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DxlImporter.XMLValidationOption NEVER
public static final DxlImporter.XMLValidationOption ALWAYS
public static final DxlImporter.XMLValidationOption AUTO
public static DxlImporter.XMLValidationOption[] values()
for (DxlImporter.XMLValidationOption c : DxlImporter.XMLValidationOption.values()) System.out.println(c);
public static DxlImporter.XMLValidationOption 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>
long
Copyright © 2019–2021 HCL. All rights reserved.