public enum CatOptimizationType extends java.lang.Enum<CatOptimizationType>
Enum Constant and Description |
---|
catCstOnly |
catMaximum |
catMinimum |
catNone |
catOnlyBoundedVariation |
catTargetValue |
Modifier and Type | Method and Description |
---|---|
static CatOptimizationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CatOptimizationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatOptimizationType catMinimum
public static final CatOptimizationType catMaximum
public static final CatOptimizationType catTargetValue
public static final CatOptimizationType catOnlyBoundedVariation
public static final CatOptimizationType catNone
public static final CatOptimizationType catCstOnly
public static CatOptimizationType[] values()
for (CatOptimizationType c : CatOptimizationType.values()) System.out.println(c);
public static CatOptimizationType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null