public static enum DxlExporter.DXLValidationStyle extends Enum<DxlExporter.DXLValidationStyle> implements CNativeEnum
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Integer |
getValue() |
static DxlExporter.DXLValidationStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DxlExporter.DXLValidationStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DxlExporter.DXLValidationStyle NONE
public static final DxlExporter.DXLValidationStyle DTD
public static final DxlExporter.DXLValidationStyle XMLSCHEMA
public static DxlExporter.DXLValidationStyle[] values()
for (DxlExporter.DXLValidationStyle c : DxlExporter.DXLValidationStyle.values()) System.out.println(c);
public static DxlExporter.DXLValidationStyle 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.