public interface IOperator
Modifier and Type | Field and Description |
---|---|
static int |
DATE |
static int |
NUMBER |
static int |
STRING |
Modifier and Type | Method and Description |
---|---|
String |
addText(String s) |
void |
eval(BSFManager interpreter) |
String |
getTooltip() |
boolean |
isEnable() |
void |
setType(int fieldType) |
String |
toString() |
static final int NUMBER
static final int STRING
static final int DATE