|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.leeds.ccg.andyt.projects.moses.io.AbstractDataRecord
uk.ac.leeds.ccg.andyt.projects.moses.io.AbstractCASDataRecord
uk.ac.leeds.ccg.andyt.projects.moses.io.MarkOutputDataRecord_1
public class MarkOutputDataRecord_1
A class for storing a format of data record wanted by Mark Birkin.
Field Summary | |
---|---|
protected int |
accomodationTypeDetached
|
protected int |
accomodationTypeFlats
|
protected int |
accomodationTypeOther
|
protected int |
accomodationTypeSemiDetatched
|
protected int |
accomodationTypeTerracedOrBungalow
|
protected int |
age0to15
|
protected int |
age16to24
|
protected int |
age25to44
|
protected int |
age45to64
|
protected int |
age65AndOver
|
protected int |
allHouseholds
|
protected double |
averageCarOwnership
|
protected int |
econactFullTime
|
protected int |
econactPartTime
|
protected int |
econactStudents
|
protected int |
econactUnemployed
|
protected int |
ethnicGroupAsian
|
protected int |
ethnicGroupBlack
|
protected int |
ethnicGroupMixed
|
protected int |
ethnicGroupOther
|
protected int |
ethnicGroupWhite
|
protected int |
famtypeCoHabiting
|
protected int |
famtypeMarried
|
protected int |
famtypeSingleParent
|
protected int |
llti
|
protected int |
marstatMarried
|
protected int |
marstatSingle
|
protected int |
nssecIntermediate
|
protected int |
nssecManual
|
protected int |
nssecProfessional
|
protected int |
nssecStudents
|
protected int |
qualvewLevel1
|
protected int |
qualvewLevel2
|
protected int |
qualvewLevel3
|
protected int |
qualvewLevel4
|
protected int |
qualvewNone
|
protected int |
reltohrCoHabiting
|
protected double |
roomsnumAverage
|
protected int |
sexFemales
|
protected int |
sexMales
|
protected int |
students
|
protected int |
tenureOwnerOccupied
|
protected int |
tenureRented
|
protected int |
tranwrkOwnVehicle
|
protected int |
tranwrkPublic
|
protected int |
tranwrkWalk
|
Fields inherited from class uk.ac.leeds.ccg.andyt.projects.moses.io.AbstractCASDataRecord |
---|
Zone_Code |
Fields inherited from class uk.ac.leeds.ccg.andyt.projects.moses.io.AbstractDataRecord |
---|
_RecordID |
Constructor Summary | |
---|---|
MarkOutputDataRecord_1()
Creates a new CASKS002Record |
Method Summary | |
---|---|
protected void |
_Init()
Initialises all fields. |
long |
getSizeInBytes()
Returns the size of this CASKS2002Record in bytes as a long. |
protected void |
init(ISARDataRecord individualSARDataRecord)
Initialises all fields. |
java.lang.String |
toString()
Returns a string description of this; |
void |
write(java.io.RandomAccessFile aRandomAccessFile)
Writes this to aRandomAccessFile at the current
position. |
void |
write(java.io.RandomAccessFile aRandomAccessFile,
boolean avoidCallToSuper)
Writes this to aRandomAccessFile at the current
position. |
Methods inherited from class uk.ac.leeds.ccg.andyt.projects.moses.io.AbstractCASDataRecord |
---|
equals, getZone_Code, hashCode, init, toCSVString, toCSVStringFields, write |
Methods inherited from class uk.ac.leeds.ccg.andyt.projects.moses.io.AbstractDataRecord |
---|
_Init, compareTo, get_RecordID, getNumberOfBitsInByte |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Field Detail |
---|
protected int allHouseholds
protected int ethnicGroupWhite
protected int ethnicGroupMixed
protected int ethnicGroupAsian
protected int ethnicGroupBlack
protected int ethnicGroupOther
protected int accomodationTypeDetached
protected int accomodationTypeSemiDetatched
protected int accomodationTypeTerracedOrBungalow
protected int accomodationTypeFlats
protected int accomodationTypeOther
protected int tenureOwnerOccupied
protected int tenureRented
protected int econactUnemployed
protected int nssecProfessional
protected int nssecIntermediate
protected int nssecManual
protected int age0to15
protected int age16to24
protected int age25to44
protected int age45to64
protected int age65AndOver
protected int sexMales
protected int sexFemales
protected int nssecStudents
protected int students
protected int econactStudents
protected int marstatMarried
protected int reltohrCoHabiting
protected int marstatSingle
protected int famtypeSingleParent
protected int famtypeMarried
protected int famtypeCoHabiting
protected int llti
protected int qualvewNone
protected int qualvewLevel1
protected int qualvewLevel2
protected int qualvewLevel3
protected int qualvewLevel4
protected double averageCarOwnership
protected int tranwrkPublic
protected int tranwrkOwnVehicle
protected int tranwrkWalk
protected int econactPartTime
protected int econactFullTime
protected double roomsnumAverage
Constructor Detail |
---|
public MarkOutputDataRecord_1()
Method Detail |
---|
protected void _Init()
_Init
in class AbstractCASDataRecord
protected void init(ISARDataRecord individualSARDataRecord)
public java.lang.String toString()
toString
in class AbstractCASDataRecord
String
description of this.public void write(java.io.RandomAccessFile aRandomAccessFile)
this
to aRandomAccessFile
at the current
position.
write
in class AbstractCASDataRecord
aRandomAccessFile
- The RandomAccessFile
this is written to.AbstractDataRecord.write(RandomAccessFile)
public void write(java.io.RandomAccessFile aRandomAccessFile, boolean avoidCallToSuper)
this
to aRandomAccessFile
at the current
position.
aRandomAccessFile
- The RandomAccessFile
this is written to.avoidCallToSuper
- If true super.write() is not calledpublic long getSizeInBytes()
getSizeInBytes
in class AbstractCASDataRecord
bytes
) of this as a long
.
This does not account for the private Fields
serialVersionUID
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |