public static class DataValue.TypeValidator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static short |
EQUAL |
static short |
GREATER_THAN |
static short |
INDETERMINATE |
static short |
LESS_THAN |
Constructor and Description |
---|
TypeValidator() |
Modifier and Type | Method and Description |
---|---|
static int |
getDigit(char ch) |
static boolean |
isDigit(char ch) |
public static final short LESS_THAN
public static final short EQUAL
public static final short GREATER_THAN
public static final short INDETERMINATE