public static enum Configuration.GeneralizeKeys extends Enum<Configuration.GeneralizeKeys>
| Enum Constant and Description |
|---|
FROM_BEGIN |
FROM_END |
| Modifier and Type | Method and Description |
|---|---|
static Configuration.GeneralizeKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Configuration.GeneralizeKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Configuration.GeneralizeKeys FROM_BEGIN
public static final Configuration.GeneralizeKeys FROM_END
public static Configuration.GeneralizeKeys[] values()
for (Configuration.GeneralizeKeys c : Configuration.GeneralizeKeys.values()) System.out.println(c);
public static Configuration.GeneralizeKeys 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 nullCopyright © 2015. All rights reserved.