com.pmstation.spss.record
Class SPSSRecord

java.lang.Object
  extended by com.pmstation.spss.record.SPSSRecord
Direct Known Subclasses:
AdditionalRecord, DocumentsRecord, FinalRecord, GeneralInformationRecord, ValueLabelRecord, ValueLabelsIndexRecord, VariableRecord

public abstract class SPSSRecord
extends java.lang.Object

Superclass for spss dictionary records


Constructor Summary
SPSSRecord()
           
 
Method Summary
 int getRecordType()
          Gets the record type.
 void setRecordType(int recordType)
          Sets the record type.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SPSSRecord

public SPSSRecord()
Method Detail

getRecordType

public int getRecordType()
Gets the record type.

Returns:
the record type

setRecordType

public void setRecordType(int recordType)
Sets the record type.

Parameters:
recordType - the new record type


Copyright © 2003-2004 pmStation.com. All Rights Reserved.