public static enum FilterDecorator.FilterConstantsTreatment extends Enum<FilterDecorator.FilterConstantsTreatment>
| Enum Constant and Description |
|---|
AS_IT_IS |
REPLACE_WITH_GLOBAL_DICT |
REPLACE_WITH_LOCAL_DICT |
| Modifier and Type | Method and Description |
|---|---|
static FilterDecorator.FilterConstantsTreatment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterDecorator.FilterConstantsTreatment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilterDecorator.FilterConstantsTreatment AS_IT_IS
public static final FilterDecorator.FilterConstantsTreatment REPLACE_WITH_GLOBAL_DICT
public static final FilterDecorator.FilterConstantsTreatment REPLACE_WITH_LOCAL_DICT
public static FilterDecorator.FilterConstantsTreatment[] values()
for (FilterDecorator.FilterConstantsTreatment c : FilterDecorator.FilterConstantsTreatment.values()) System.out.println(c);
public static FilterDecorator.FilterConstantsTreatment 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 © 2014–2017 Apache Software Foundation. All rights reserved.