public final class FieldIfComparisonResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR
There is an error in the condition.
|
static int |
FALSE
The condition is
false. |
static int |
length |
static int |
TRUE
The condition is
true. |
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String fieldIfComparisonResultName) |
static java.lang.String |
getName(int fieldIfComparisonResult) |
static int[] |
getValues() |
static java.lang.String |
toString(int fieldIfComparisonResult) |