OptionEnumpublic static enum AbstractFilter.BaseMainArgs.BaseFeature extends java.lang.Enum<AbstractFilter.BaseMainArgs.BaseFeature> implements OptionEnum
| Enum Constant | Description |
|---|---|
HAS_HEADER |
|
VERBOSE |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getDescription() |
|
java.lang.String |
getName() |
|
static AbstractFilter.BaseMainArgs.BaseFeature |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AbstractFilter.BaseMainArgs.BaseFeature[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractFilter.BaseMainArgs.BaseFeature HAS_HEADER
public static final AbstractFilter.BaseMainArgs.BaseFeature VERBOSE
public static AbstractFilter.BaseMainArgs.BaseFeature[] values()
for (AbstractFilter.BaseMainArgs.BaseFeature c : AbstractFilter.BaseMainArgs.BaseFeature.values()) System.out.println(c);
public static AbstractFilter.BaseMainArgs.BaseFeature 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.