Package | Description |
---|---|
engine | |
engine.r | |
gui.dialog |
Modifier and Type | Method and Description |
---|---|
static Engine.VAR_TYPES |
Engine.VAR_TYPES.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Engine.VAR_TYPES[] |
Engine.VAR_TYPES.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Engine.convertVariable(java.lang.String colName,
Engine.VAR_TYPES convert)
Convert type of column to different type of column
|
Modifier and Type | Method and Description |
---|---|
boolean |
R_engine.convertVariable(java.lang.String colName,
Engine.VAR_TYPES convert) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Engine.VAR_TYPES> |
ChooseVariableDialog.getTypeList()
Return types of choose columns.
|