Uses of Class
com.continuent.tungsten.common.csv.NullPolicy

Packages that use NullPolicy
com.continuent.tungsten.common.csv   
 

Uses of NullPolicy in com.continuent.tungsten.common.csv
 

Methods in com.continuent.tungsten.common.csv that return NullPolicy
 NullPolicy CsvWriter.getNullPolicy()
          Returns the policy for handling null values.
static NullPolicy NullPolicy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NullPolicy[] NullPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.continuent.tungsten.common.csv with parameters of type NullPolicy
 void CsvWriter.setNullPolicy(NullPolicy nullPolicy)
          Sets the policy for handling null values.