|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Delimiter | |
---|---|
org.pentaho.platform.dataaccess.datasource | |
org.pentaho.platform.dataaccess.datasource.wizard.models | Contains UI-specific implementations of the MQL thin-model interfaces. |
Uses of Delimiter in org.pentaho.platform.dataaccess.datasource |
---|
Methods in org.pentaho.platform.dataaccess.datasource that return Delimiter | |
---|---|
static Delimiter |
Delimiter.lookupName(String delim)
|
static Delimiter |
Delimiter.lookupValue(String delim)
|
static Delimiter |
Delimiter.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Delimiter[] |
Delimiter.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of Delimiter in org.pentaho.platform.dataaccess.datasource.wizard.models |
---|
Methods in org.pentaho.platform.dataaccess.datasource.wizard.models that return Delimiter | |
---|---|
Delimiter |
CsvModel.getDelimiter()
Deprecated. Use ModelInfo instead |
Methods in org.pentaho.platform.dataaccess.datasource.wizard.models with parameters of type Delimiter | |
---|---|
void |
CsvModel.setDelimiter(Delimiter value)
Deprecated. Use ModelInfo instead |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |