public static enum PaConstants.DjVarsErrorStatus extends java.lang.Enum<PaConstants.DjVarsErrorStatus>
Enum Constant and Description |
---|
Hard
Hard Dj Vars Errors; formula violates $d restriction(s) of unifying
Ref.
|
None
No Dj Vars Errors
|
Soft
Soft Dj Vars Errors; user must add $d statements to satisfy unifying
Ref.
|
Modifier and Type | Method and Description |
---|---|
static PaConstants.DjVarsErrorStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PaConstants.DjVarsErrorStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaConstants.DjVarsErrorStatus None
public static final PaConstants.DjVarsErrorStatus Soft
public static final PaConstants.DjVarsErrorStatus Hard
public static PaConstants.DjVarsErrorStatus[] values()
for (PaConstants.DjVarsErrorStatus c : PaConstants.DjVarsErrorStatus.values()) System.out.println(c);
public static PaConstants.DjVarsErrorStatus 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