public static enum XmlData.MappingMode extends Enum<XmlData.MappingMode>
Enum Constant and Description |
---|
DEFAULT |
IGNORE_ATTRIBUTES |
LOSSLESS |
Modifier and Type | Method and Description |
---|---|
static XmlData.MappingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlData.MappingMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final XmlData.MappingMode DEFAULT
public static final XmlData.MappingMode LOSSLESS
public static final XmlData.MappingMode IGNORE_ATTRIBUTES
public static XmlData.MappingMode[] values()
for (XmlData.MappingMode c : XmlData.MappingMode.values()) System.out.println(c);
public static XmlData.MappingMode valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null
Copyright © 2022. All rights reserved.