- getCSVline() - Method in class CSValueRecord
-
Return a record as a line in a .csv file.
- getDoubleValue() - Method in class FieldValue
-
Return the field value as a double.
- getFieldNames() - Method in class CSValueDB
-
Get the field names of the records.
- getFieldTypes() - Method in class CSValueDB
-
Get the field types of the records.
- getFieldValues() - Method in class CSValueRecord
-
Get the field values of the record.
- getIntegerValue() - Method in class FieldValue
-
Return the field value as an int.
- getNumFields() - Method in class CSValueDB
-
Get the number of fields per record.
- getNumRecords() - Method in class CSValueDB
-
Get the number of records in the database.
- getRawValue() - Method in class FieldValue
-
Return the field value as it appears in the .csv file.
- getRecords() - Method in class CSValueDB
-
Get the records of the database.
- getRecordString(int, int, int[]) - Method in class CSValueRecord
-
Get the record as a nicely fomatted String.
- getStringValue() - Method in class FieldValue
-
Return the field value as a String.
- getType() - Method in class FieldValue
-
Get the type of the field value.