Uses of Class
uk.ac.leeds.ccg.andyt.projects.moses.io.AbstractDataRecord

Packages that use AbstractDataRecord
uk.ac.leeds.ccg.andyt.projects.moses.io   
 

Uses of AbstractDataRecord in uk.ac.leeds.ccg.andyt.projects.moses.io
 

Subclasses of AbstractDataRecord in uk.ac.leeds.ccg.andyt.projects.moses.io
 class AbstractCASDataRecord
          An abstract class for a Census Area Statistic (CAS) Data Record.
 class CAS001DataRecord
          A class for representing a CAS001 Data Record and providing safe access to the data.
 class CAS002DataRecord
          A class for representing a CAS002 Data Record and providing safe access to the data.
 class CAS003DataRecord
          A class for representing a CAS003 Data Record and providing safe access to the data.
 class CAS044DataRecord
          A class for representing a CAS044 Data Record and providing safe access to the data.
 class CASAreaEastingNorthingDataRecord
           
 class CASDataRecord
          A class collection of the following AbstractCASDataRecords: CAS001DataRecord CAS002DataRecord CAS003DataRecord CASKS002DataRecord CASKS008DataRecord CASKS010DataRecord CASKS017DataRecord CASKS020DataRecord CASKS09bDataRecord CASKS09cDataRecord CASKS12bDataRecord CASKS12cDataRecord CASKS14bDataRecord CASKS14cDataRecord Developed for MoSeS. Copyright (C) 2006 Andy Turner, University of Leeds.
 class CASDataRecord_1
          A class collection of the following AbstractCASDataRecords: CAS001DataRecord CAS003DataRecord CAS044DataRecord CASKS006DataRecord CASKS008DataRecord Developed for MoSeS. Copyright (C) 2006 Andy Turner, University of Leeds.
 class CASDataRecord_2
          A class collection of the following AbstractCASDataRecords: CAS001DataRecord CAS002DataRecord CAS003DataRecord CASKS002DataRecord CASKS006DataRecord CASKS008DataRecord CASKS010DataRecord CASKS017DataRecord CASKS020DataRecord CASKS09bDataRecord CASKS09cDataRecord CASKS12bDataRecord CASKS12cDataRecord CASKS14bDataRecord CASKS14cDataRecord Developed for MoSeS. Copyright (C) 2006 Andy Turner, University of Leeds.
 class CASKS002DataRecord
          A class for representing a CASKS002 Data Record and providing safe access to the data.
 class CASKS006DataRecord
          For representing CASKS006DataRecords and providing safe access to the data.
 class CASKS008DataRecord
          For representing CAS KS008 Records and providing safe access to the data.
 class CASKS010DataRecord
          For representing CAS KS010 Records and providing safe access to the data.
 class CASKS013DataRecord
          For representing CAS KS013 Records and providing safe access to the data.
 class CASKS015DataRecord
          For representing CAS KS015 Records and providing safe access to the data.
 class CASKS016DataRecord
          For representing CAS KS016 Records and providing safe access to the data.
 class CASKS017DataRecord
          For representing CAS KS017 Records and providing safe access to the data.
 class CASKS020DataRecord
          For representing CAS KS020 Records and providing safe access to the data.
 class CASKS023DataRecord
          For representing CAS KS023 Records and providing safe access to the data.
 class CASKS09bDataRecord
          For representing CAS KS09b Records and providing safe access to the data.
 class CASKS09cDataRecord
          For representing CAS KS09c Records and providing safe access to the data.
 class CASKS12bDataRecord
          For representing CAS KS12b Records and providing safe access to the data.
 class CASKS12cDataRecord
          For representing CAS KS12c Records and providing safe access to the data.
 class CASKS14bDataRecord
          For representing CAS KS14b Records and providing safe access to the data.
 class CASKS14cDataRecord
          For representing CAS KS14c Records and providing safe access to the data.
 class CASUV003DataRecord
          For representing CAS UV003 Records and providing safe access to the data.
 class HSARDataRecord
          For representing a Househol SAR DAta Record and providing safe access to the data.
 class ISARDataRecord
          For representing an Individual SAR Data Record and providing safe access to the data.
 class MarkOutputDataRecord_1
          A class for storing a format of data record wanted by Mark Birkin.
 class SWSDataRecord
          A class for representing a SWS Method of travel to work (2001 SWS Level 3 Table 1) Data Record and providing safe access to the data.
 class ToyModelDataRecord
          For representing ToyModelDataRecords and providing safe access to the data.
 class ToyModelDataRecord_1
          For representing ToyModelDataRecords and providing safe access to the data.
 class ToyModelDataRecord_2
          For representing ToyModelDataRecords and providing safe access to the data.
 class ToyModelHSARDataRecord
          For representing ToyModelDataRecords and providing safe access to the data.
 

Methods in uk.ac.leeds.ccg.andyt.projects.moses.io that return AbstractDataRecord
abstract  AbstractDataRecord AbstractDataHandler.getDataRecord(long RecordID)
           
 AbstractDataRecord HSARDataHandler.getDataRecord(long aRecordID)
           
 AbstractDataRecord ISARDataHandler.getDataRecord(long RecordID)
           
 

Methods in uk.ac.leeds.ccg.andyt.projects.moses.io with parameters of type AbstractDataRecord
protected  void AbstractDataRecord._Init(AbstractDataRecord aAbstractDataRecord)
          Initialise from aAbstractDataRecord.