public enum swConstrainedStatus_e extends java.lang.Enum<swConstrainedStatus_e>
Enum Constant and Description |
---|
swAutosolveOff |
swFullyConstrained |
swInvalidSolution |
swNoSolution |
swOverConstrained |
swUnderConstrained |
swUnknownConstraint |
Modifier and Type | Method and Description |
---|---|
static swConstrainedStatus_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swConstrainedStatus_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swConstrainedStatus_e swUnknownConstraint
public static final swConstrainedStatus_e swUnderConstrained
public static final swConstrainedStatus_e swFullyConstrained
public static final swConstrainedStatus_e swOverConstrained
public static final swConstrainedStatus_e swNoSolution
public static final swConstrainedStatus_e swInvalidSolution
public static final swConstrainedStatus_e swAutosolveOff
public static swConstrainedStatus_e[] values()
for (swConstrainedStatus_e c : swConstrainedStatus_e.values()) System.out.println(c);
public static swConstrainedStatus_e 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