public class MATCH_RANGE
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static MATCH_RANGE |
GREATER_THAN_LOWER_LIMIT
Greater than lower limit; Greater than lower time limit,
lower limit inclusive, upper limit ignored.
|
static MATCH_RANGE |
LOWER_THAN_UPPER_LIMIT
Lower than upper limit; Lower than upper time limit, upper limit inclusive, lower limit ignored.
|
int |
ordinal |
static MATCH_RANGE |
OUTSIDE_RANGE
Outside range; outside lower and upper time limits, lower and upper limit inclusive.
|
static MATCH_RANGE |
WITHIN_RANGE
Within range; between lower and upper time limits, lower and upper limit inclusive.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(int val) |
int |
getValue() |
java.lang.String |
toString() |
public static final MATCH_RANGE WITHIN_RANGE
public static final MATCH_RANGE OUTSIDE_RANGE
public static final MATCH_RANGE GREATER_THAN_LOWER_LIMIT
public static final MATCH_RANGE LOWER_THAN_UPPER_LIMIT
public final int ordinal