public static enum FilterParamModel.ResultState extends Enum<FilterParamModel.ResultState>
| Modifier and Type | Method and Description |
|---|---|
static FilterParamModel.ResultState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterParamModel.ResultState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilterParamModel.ResultState NONE
public static final FilterParamModel.ResultState OK
public static final FilterParamModel.ResultState KO
public static FilterParamModel.ResultState[] values()
for (FilterParamModel.ResultState c : FilterParamModel.ResultState.values()) System.out.println(c);
public static FilterParamModel.ResultState 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–2013 CodeLutin. All rights reserved.