public enum NewParametersBoundFlag extends Enum<NewParametersBoundFlag>
| Enum Constant and Description |
|---|
PARAMETER_TYPE_EXIST |
PARAMETER_TYPE_NOT_EXIST |
| Modifier and Type | Method and Description |
|---|---|
static NewParametersBoundFlag |
valueOf(int value)
Value of.
|
static NewParametersBoundFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NewParametersBoundFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NewParametersBoundFlag PARAMETER_TYPE_EXIST
public static final NewParametersBoundFlag PARAMETER_TYPE_NOT_EXIST
public static NewParametersBoundFlag[] values()
for (NewParametersBoundFlag c : NewParametersBoundFlag.values()) System.out.println(c);
public static NewParametersBoundFlag 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 nullpublic static NewParametersBoundFlag valueOf(int value)
value - valueCopyright © 2018. All rights reserved.