Uses of Class
com.pmstation.spss.record.SPSSRecord

Packages that use SPSSRecord
com.pmstation.spss.reader Provides classes to read SPSS sav files. 
com.pmstation.spss.record Provides dictionary record classes. 
 

Uses of SPSSRecord in com.pmstation.spss.reader
 

Methods in com.pmstation.spss.reader that return SPSSRecord
 SPSSRecord SPSSReader.getRawDictionaryRecord(java.lang.Class cls, int idx)
          Gets the raw dictionary record of specified class.
 

Uses of SPSSRecord in com.pmstation.spss.record
 

Subclasses of SPSSRecord in com.pmstation.spss.record
 class AdditionalRecord
          Superclass for all type 7 dictionary records.
 class DatasetAttributesRecord
          Holds information about dataset attributes as unparsed string
 class DocumentsRecord
          Contains in-file spss documents
 class ExtendedNamesRecord
          Contains substitutions from old-style variable names to new one.
 class ExtendedStringsRecord
          Contains Hashtable with extended stings lengthes.
 class FinalRecord
          The Class FinalRecord.
 class GeneralInformationRecord
          Contains starting spss record information.
 class MultiResponseRecord
          Contains information about multiresponse groups defined in spss file
 class NumberOfCasesRecord
          Contains number of cases when there are more then can be hold in 32bit integer
 class SpecificFloatInfoRecord
          Contains info about system missing, highest and lowest values
 class SpecificInfoRecord
          Contains info about spss release, compression scheme and so on.
 class ValueLabelRecord
          Contains value labels in form of Hashtable.
 class ValueLabelsIndexRecord
          Contains index of variables to which corresponding value labels are applicable.
 class VariableAttributesRecord
          Contains unparsed variable attributes conforming to 7.18 record type description
 class VariableParamsRecord
          Contains variable parameters for all variables
 class VariableRecord
          Represents dictionary type 2 record.
 class VariableSetsRecord
          Contains variable sets
 



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