OptionEnumpublic static enum Anonymizer.MainArgs.Feature extends java.lang.Enum<Anonymizer.MainArgs.Feature> implements OptionEnum
| Enum Constant | Description |
|---|---|
JAM |
|
PRESERVE_WHITESPACES |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getDescription() |
|
java.lang.String |
getName() |
|
static Anonymizer.MainArgs.Feature |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Anonymizer.MainArgs.Feature[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Anonymizer.MainArgs.Feature PRESERVE_WHITESPACES
public static final Anonymizer.MainArgs.Feature JAM
public static Anonymizer.MainArgs.Feature[] values()
for (Anonymizer.MainArgs.Feature c : Anonymizer.MainArgs.Feature.values()) System.out.println(c);
public static Anonymizer.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 OptionEnumpublic final java.lang.String getDescription()
getDescription in interface OptionEnumCopyright © 2019. All rights reserved.