Uses of Class
org.pentaho.platform.dataaccess.datasource.Delimiter

Packages that use Delimiter
org.pentaho.platform.dataaccess.datasource Contains classes for the Xul-based MQL Edtor. 
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.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()
           
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard.models with parameters of type Delimiter
 void CsvModel.setDelimiter(Delimiter value)