public static enum OptEnvironment.OptStatus extends Enum<OptEnvironment.OptStatus>
| Modifier and Type | Method and Description |
|---|---|
static OptEnvironment.OptStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OptEnvironment.OptStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OptEnvironment.OptStatus OPT
public static final OptEnvironment.OptStatus UNSAT
public static final OptEnvironment.OptStatus UNDEF
public static OptEnvironment.OptStatus[] values()
for (OptEnvironment.OptStatus c : OptEnvironment.OptStatus.values()) System.out.println(c);
public static OptEnvironment.OptStatus 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 null