cdc.util.cli.OptionEnumpublic static enum XmlNormalizer.MainArgs.Feature extends java.lang.Enum<XmlNormalizer.MainArgs.Feature> implements cdc.util.cli.OptionEnum
| Enum Constant | Description |
|---|---|
PRETTY_PRINT |
|
REMOVE_COMMENTS |
|
REMOVE_EMPTY_ATTRIBUTES |
|
REMOVE_EMPTY_ELEMENTS |
|
SCRAMBLE_ATTRIBUTES |
|
SCRAMBLE_ELEMENTS |
|
SORT_ATTRIBUTES |
|
SORT_ELEMENTS |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getDescription() |
|
java.lang.String |
getName() |
|
static XmlNormalizer.MainArgs.Feature |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static XmlNormalizer.MainArgs.Feature[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XmlNormalizer.MainArgs.Feature PRETTY_PRINT
public static final XmlNormalizer.MainArgs.Feature SORT_ATTRIBUTES
public static final XmlNormalizer.MainArgs.Feature SCRAMBLE_ATTRIBUTES
public static final XmlNormalizer.MainArgs.Feature SORT_ELEMENTS
public static final XmlNormalizer.MainArgs.Feature SCRAMBLE_ELEMENTS
public static final XmlNormalizer.MainArgs.Feature REMOVE_EMPTY_ATTRIBUTES
public static final XmlNormalizer.MainArgs.Feature REMOVE_EMPTY_ELEMENTS
public static final XmlNormalizer.MainArgs.Feature REMOVE_COMMENTS
public static XmlNormalizer.MainArgs.Feature[] values()
for (XmlNormalizer.MainArgs.Feature c : XmlNormalizer.MainArgs.Feature.values()) System.out.println(c);
public static XmlNormalizer.MainArgs.Feature valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic final java.lang.String getName()
getName in interface cdc.util.cli.OptionEnumpublic final java.lang.String getDescription()
getDescription in interface cdc.util.cli.OptionEnumCopyright © 2018. All rights reserved.