public static interface EvaluatorWithDescriptions.Description
Evaluator
Modifier and Type | Field and Description |
---|---|
static int |
DATATYPE_CATEGORY_ALL |
static int |
DATATYPE_CATEGORY_BOOLEAN |
static int |
DATATYPE_CATEGORY_DATETIME |
static int |
DATATYPE_CATEGORY_GEOMETRY |
static int |
DATATYPE_CATEGORY_NUMBER |
static int |
DATATYPE_CATEGORY_STRING |
Modifier and Type | Method and Description |
---|---|
int |
getDataTypeCategories()
Returns an integer using flags:
1 => 0001 => only numerical
2 => 0010 => only string
3 => 0011 => numerical and string
etc
|
String |
getDescription() |
String |
getName() |
String |
getTemplate() |
static final int DATATYPE_CATEGORY_ALL
static final int DATATYPE_CATEGORY_NUMBER
static final int DATATYPE_CATEGORY_STRING
static final int DATATYPE_CATEGORY_DATETIME
static final int DATATYPE_CATEGORY_BOOLEAN
static final int DATATYPE_CATEGORY_GEOMETRY
String getName()
String getDescription()
String getTemplate()
int getDataTypeCategories()
EvaluatorData