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

Packages that use Enclosure
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 Enclosure in org.pentaho.platform.dataaccess.datasource
 

Methods in org.pentaho.platform.dataaccess.datasource that return Enclosure
static Enclosure Enclosure.lookupValue(String encl)
           
static Enclosure Enclosure.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Enclosure[] Enclosure.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Enclosure in org.pentaho.platform.dataaccess.datasource.wizard.models
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard.models that return Enclosure
 Enclosure CsvModel.getEnclosure()
           
 

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