Uses of Class
Facemorph.DataBase.Batch.Type

Packages that use Batch.Type
Facemorph.DataBase   
 

Uses of Batch.Type in Facemorph.DataBase
 

Fields in Facemorph.DataBase with type parameters of type Batch.Type
protected  java.util.Vector<Batch.Type> Batch.columnType
          The type of *all* the variables in a column
 

Methods in Facemorph.DataBase that return Batch.Type
protected  Batch.Type Batch.determineType(java.lang.String datum)
          Attempt to determine the type of the data in the string
 Batch.Type Batch.getColumnType(int colNo)
          Return the type of data in a particular column
static Batch.Type Batch.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Batch.Type[] Batch.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in Facemorph.DataBase with parameters of type Batch.Type
 int Batch.addColumn(java.lang.String columnName, Batch.Type columnType)
          Add a new data column to the batch file
 java.util.Vector<java.lang.String> Batch.getColumnHeaders(Batch.Type type)