public static enum FilterParamModel.State extends Enum<FilterParamModel.State>
| Modifier and Type | Method and Description |
|---|---|
static FilterParamModel.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterParamModel.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilterParamModel.State NONE
public static final FilterParamModel.State SKIP
public static final FilterParamModel.State USE
public static FilterParamModel.State[] values()
for (FilterParamModel.State c : FilterParamModel.State.values()) System.out.println(c);
public static FilterParamModel.State 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 © 1999-2012 CodeLutin. All Rights Reserved.