Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

addCategory(byte[], String) - Method in class org.opendatafoundation.data.spss.SPSSNumericVariable
Adds a category to the variable based on a byte[8] value
addCategory(double, String) - Method in class org.opendatafoundation.data.spss.SPSSNumericVariable
Adds a category to the variable based on a double value
addCategory(byte[], String) - Method in class org.opendatafoundation.data.spss.SPSSStringVariable
Adds a category to the variable
addCategory(byte[], String) - Method in class org.opendatafoundation.data.spss.SPSSVariable
Adds a category to the variable
asciiDelimiter - Variable in class org.opendatafoundation.data.FileFormatInfo
 
asciiFormat - Variable in class org.opendatafoundation.data.FileFormatInfo
 

B

byte4ToInt(byte[]) - Static method in class org.opendatafoundation.data.spss.SPSSUtils
Converts a 4-byte value into an integer
byte8ToDouble(byte[]) - Static method in class org.opendatafoundation.data.spss.SPSSUtils
Converts a 8-byte value into a double
byte8ToString(byte[]) - Static method in class org.opendatafoundation.data.spss.SPSSUtils
Converts a 8-byte value into a String
byte8ToString(byte[], Charset) - Static method in class org.opendatafoundation.data.spss.SPSSUtils
Converts a 8-byte value into a String with a specific encoding

C

categoryMap - Variable in class org.opendatafoundation.data.spss.SPSSVariable
The map of categories.
categorySchemeIDSuffix - Variable in class org.opendatafoundation.data.spss.SPSSFile
 
codeSchemeIDSuffix - Variable in class org.opendatafoundation.data.spss.SPSSFile
 
compatibility - Variable in class org.opendatafoundation.data.FileFormatInfo
 

D

data - Variable in class org.opendatafoundation.data.spss.SPSSNumericVariable
a list of data values used to load the file into memory
data - Variable in class org.opendatafoundation.data.spss.SPSSStringVariable
a list of data values used to load the file into memory
dataRelationshipID - Variable in class org.opendatafoundation.data.spss.SPSSFile
 
DDI2_NAMESPACE - Static variable in class org.opendatafoundation.data.spss.SPSSFile
 
DDI3_ARCHIVE_NAMESPACE - Static variable in class org.opendatafoundation.data.spss.SPSSFile
 
DDI3_INSTANCE_NAMESPACE - Static variable in class org.opendatafoundation.data.spss.SPSSFile
 
DDI3_LOGICAL_PRODUCT_NAMESPACE - Static variable in class org.opendatafoundation.data.spss.SPSSFile
 
DDI3_PHYSICAL_INSTANCE_NAMESPACE - Static variable in class org.opendatafoundation.data.spss.SPSSFile
 
DDI3_PHYSICAL_PRODUCT_NAMESPACE - Static variable in class org.opendatafoundation.data.spss.SPSSFile
 
DDI3_PROPRIETARY_RECORD_NAMESPACE - Static variable in class org.opendatafoundation.data.spss.SPSSFile
 
DDI3_REUSABLE_NAMESPACE - Static variable in class org.opendatafoundation.data.spss.SPSSFile
 
DDI3_STUDY_UNIT_NAMESPACE - Static variable in class org.opendatafoundation.data.spss.SPSSFile
 
DOM2HTML(Node) - Static method in class org.opendatafoundation.data.Utils
Converts an w3c.dom.Node into a color syntax HTML
DOM2String(Node) - Static method in class org.opendatafoundation.data.Utils
Converts an w3c.dom.Node into a String
dumpData() - Method in class org.opendatafoundation.data.spss.SPSSFile
Dumps the file data to the console (for debugging purposes)
dumpData(int) - Method in class org.opendatafoundation.data.spss.SPSSFile
Dumps the file data to the console (for debugging purposes)
dumpData(int, FileFormatInfo) - Method in class org.opendatafoundation.data.spss.SPSSFile
Dumps the file data (for debugging purposes)
dumpDDI2() - Method in class org.opendatafoundation.data.spss.SPSSFile
Dumps the DDI2 metadata (for debugging purposes).
dumpDDI3() - Method in class org.opendatafoundation.data.spss.SPSSFile
Dumps the DDI3 metadata(for debugging purposes).
dumpMetadata() - Method in class org.opendatafoundation.data.spss.SPSSFile
Dumps the file metadata to the console (for debugging purposes)

E

entries() - Method in class org.opendatafoundation.data.spss.SPSSRecordType7Subtype14
 
exportData(File, FileFormatInfo) - Method in class org.opendatafoundation.data.spss.SPSSFile
Reads the data from the disk and exports a file based on the specified format

F

file - Variable in class org.opendatafoundation.data.spss.SPSSFile
 
FileFormatInfo - Class in org.opendatafoundation.data
Class to describe file format options for import/export
FileFormatInfo() - Constructor for class org.opendatafoundation.data.FileFormatInfo
 
FileFormatInfo(FileFormatInfo.Format) - Constructor for class org.opendatafoundation.data.FileFormatInfo
 
FileFormatInfo.ASCIIFormat - Enum in org.opendatafoundation.data
Ascii format
FileFormatInfo.Compatibility - Enum in org.opendatafoundation.data
Export compatibility mode
FileFormatInfo.Format - Enum in org.opendatafoundation.data
Export format
format - Variable in class org.opendatafoundation.data.FileFormatInfo
 

G

getAlignmentLabel() - Method in class org.opendatafoundation.data.spss.SPSSVariable
 
getCategory(byte[]) - Method in class org.opendatafoundation.data.spss.SPSSNumericVariable
Gets a category for this variable based on a byte[8] value
getCategory(double) - Method in class org.opendatafoundation.data.spss.SPSSNumericVariable
Gets a category for this variable based on a double value
getCategory(byte[]) - Method in class org.opendatafoundation.data.spss.SPSSStringVariable
Gets a category for this variable based on a byte[8] value
getCategory(String) - Method in class org.opendatafoundation.data.spss.SPSSStringVariable
Gets a category for this variable based on a double value
getCategory(byte[]) - Method in class org.opendatafoundation.data.spss.SPSSVariable
Gets a category for this variable based on a byte[8] value
getCharacterRepresentationLabel() - Method in class org.opendatafoundation.data.spss.SPSSRecordType7Subtype3
 
getDDI2() - Method in class org.opendatafoundation.data.spss.SPSSFile
Creates a DDI 2.0 XML Document based for the SPSS data format
getDDI2(FileFormatInfo) - Method in class org.opendatafoundation.data.spss.SPSSFile
Creates a DDI 2.0 XML Document based for the specified data file format
getDDI2(Document, int) - Method in class org.opendatafoundation.data.spss.SPSSVariable
Generates a DDI 2 element for this variable based on the SPSS data format.
getDDI2(Document, FileFormatInfo, int) - Method in class org.opendatafoundation.data.spss.SPSSVariable
Generates a DDI 2 element for this variable based on the specified data format.
getDDI3CategoryScheme(Document) - Method in class org.opendatafoundation.data.spss.SPSSVariable
Generates a DDI3 Category Scheme for this variable using default ID
getDDI3CodeScheme(Document) - Method in class org.opendatafoundation.data.spss.SPSSVariable
Generates a DDI3 Code Scheme for this variable using default category and code scheme identifiers
getDDI3DataItem(Document, FileFormatInfo, int) - Method in class org.opendatafoundation.data.spss.SPSSVariable
Generates a DDI3 Data Item for this variable.
getDDI3DataType() - Method in class org.opendatafoundation.data.spss.SPSSVariable
Gets the DDI data type for this variable that matches the controlled vocabulary of the representation @type attribute as closely as possible.
getDDI3DefaultCategorySchemeID() - Method in class org.opendatafoundation.data.spss.SPSSVariable
Returns a default Category Scheme ID based on the file unique identifier.
getDDI3DefaultCodeSchemeID() - Method in class org.opendatafoundation.data.spss.SPSSVariable
Returns a default Code Scheme ID based on the file unique identifier.
getDDI3DefaultLogicalProductID() - Method in class org.opendatafoundation.data.spss.SPSSFile
Returns a default Physical Data Product identifier based on the file unique identifier.
getDDI3DefaultPhysicalDataProductID(FileFormatInfo) - Method in class org.opendatafoundation.data.spss.SPSSFile
Returns a default Physical Data Product identifier based on the file unique identifier and the data format.
getDDI3DefaultPhysicalInstanceID(FileFormatInfo) - Method in class org.opendatafoundation.data.spss.SPSSFile
Returns a default Physical Instance identifier based on the file unique identifier and the data format.
getDDI3DefaultPhysicalStructureSchemeID(FileFormatInfo) - Method in class org.opendatafoundation.data.spss.SPSSFile
Returns a default Physical Structure Scheme identifier based on the file unique identifier and the data format.
getDDI3DefaultRecordLayoutSchemeID(FileFormatInfo) - Method in class org.opendatafoundation.data.spss.SPSSFile
Returns a default Record Layout Scheme identifier based on the file unique identifier and the data format.
getDDI3DefaultVariableSchemeID() - Method in class org.opendatafoundation.data.spss.SPSSFile
Returns a default Variable Scheme identifier based on the file unique identifier.
getDDI3LogicalProduct() - Method in class org.opendatafoundation.data.spss.SPSSFile
Creates a DDI 3.0 Logical Product XML Module for this file.
getDDI3LogicalProduct(String) - Method in class org.opendatafoundation.data.spss.SPSSFile
Creates a DDI 3.0 Logical Product XML Module for this file.
getDDI3LogicalProduct(String, String) - Method in class org.opendatafoundation.data.spss.SPSSFile
Creates a DDI 3.0 LogiclaProduct XML Document for this file.
getDDI3PhysicalDataProduct(FileFormatInfo) - Method in class org.opendatafoundation.data.spss.SPSSFile
Creates a DDI 3.0 PhysicalDataProduct XML Document for this file based on the specified file format using the default logical product ID.
getDDI3PhysicalDataProduct(FileFormatInfo, String) - Method in class org.opendatafoundation.data.spss.SPSSFile
Creates a DDI 3.0 PhysicalDataProduct XML Document for this file based on the specified file format.
getDDI3PhysicalDataProduct(FileFormatInfo, String, String) - Method in class org.opendatafoundation.data.spss.SPSSFile
Creates a DDI 3.0 PhysicalDataProduct XML Document for this file based on the specified file format.
getDDI3PhysicalInstance(URI, FileFormatInfo) - Method in class org.opendatafoundation.data.spss.SPSSFile
Creates a DDI 3.0 PhysicalInstance XML Document for this file based on the specified file format using default indentifiers.
getDDI3PhysicalInstance(URI, FileFormatInfo, String) - Method in class org.opendatafoundation.data.spss.SPSSFile
Creates a DDI 3.0 PhysicalInstance XML Document for this file based on the specified file format.
getDDI3PhysicalInstance(URI, FileFormatInfo, String, String) - Method in class org.opendatafoundation.data.spss.SPSSFile
Creates a DDI 3.0 PhysicalInstance XML Document for this file based on the specified file format.
getDDI3ProprietaryDataItem(Document) - Method in class org.opendatafoundation.data.spss.SPSSVariable
Generates a DDI3 Proprietary Data Item for this variable.
getDDI3RepresentationType() - Method in class org.opendatafoundation.data.spss.SPSSVariable
Gets the DDI data type for this variable that matches the controlled vocabulary of the representation @type attribute as closely as possible.
getDDI3Variable(Document) - Method in class org.opendatafoundation.data.spss.SPSSVariable
Generates a DDI3 Variable element for this variable
getDecimals() - Method in class org.opendatafoundation.data.spss.SPSSVariable
Retrieves the SPSS write format number of decimals.
getEndiannessLabel() - Method in class org.opendatafoundation.data.spss.SPSSRecordType7Subtype3
 
getFloatRepresentationLabel() - Method in class org.opendatafoundation.data.spss.SPSSRecordType7Subtype3
 
getFormatTypeCode(int) - Method in class org.opendatafoundation.data.spss.SPSSRecordType2
 
getFormatTypeLabel(int) - Method in class org.opendatafoundation.data.spss.SPSSRecordType2
 
getLabel() - Method in class org.opendatafoundation.data.spss.SPSSRecordType7Subtype21.Label
 
getLabel() - Method in class org.opendatafoundation.data.spss.SPSSVariable
 
getLabels() - Method in class org.opendatafoundation.data.spss.SPSSRecordType7Subtype21.Variable
 
getLength() - Method in class org.opendatafoundation.data.spss.SPSSVariable
Retrieves the SPSS write format width.
getLength(FileFormatInfo) - Method in class org.opendatafoundation.data.spss.SPSSVariable
Computes the variable length in the specific format
getMeasureLabel() - Method in class org.opendatafoundation.data.spss.SPSSVariable
 
getName() - Method in class org.opendatafoundation.data.spss.SPSSRecordType7Subtype21.Variable
 
getName() - Method in class org.opendatafoundation.data.spss.SPSSVariable
 
getNumber() - Method in class org.opendatafoundation.data.spss.SPSSVariable
 
getNumberOfObservations() - Method in class org.opendatafoundation.data.spss.SPSSNumericVariable
 
getNumberOfObservations() - Method in class org.opendatafoundation.data.spss.SPSSStringVariable
 
getNumberOfObservations() - Method in class org.opendatafoundation.data.spss.SPSSVariable
 
getRecord(int, FileFormatInfo) - Method in class org.opendatafoundation.data.spss.SPSSFile
Gets a data record from data in memory based on on the record number and specified format.
getRecordCount() - Method in class org.opendatafoundation.data.spss.SPSSFile
Returns the total number of records (cases) in the file.
getRecordFromDisk(FileFormatInfo, boolean) - Method in class org.opendatafoundation.data.spss.SPSSFile
Gets a data record in the specified format.
getShortName() - Method in class org.opendatafoundation.data.spss.SPSSVariable
 
getSPSSFormat() - Method in class org.opendatafoundation.data.spss.SPSSNumericVariable
 
getSPSSFormat() - Method in class org.opendatafoundation.data.spss.SPSSStringVariable
 
getSPSSFormat() - Method in class org.opendatafoundation.data.spss.SPSSVariable
 
getUniqueID() - Method in class org.opendatafoundation.data.spss.SPSSFile
Gets the unique identifier for this file.
getValue() - Method in class org.opendatafoundation.data.spss.SPSSRecordType7Subtype21.Label
 
getValueAsDouble(int) - Method in class org.opendatafoundation.data.spss.SPSSNumericVariable
Returns an observation value as a double.
getValueAsString(int, FileFormatInfo) - Method in class org.opendatafoundation.data.spss.SPSSNumericVariable
Returns an observation value as a string based on the specified data ad variable format.
getValueAsString(int, FileFormatInfo) - Method in class org.opendatafoundation.data.spss.SPSSStringVariable
Returns an observation value as a string
getValueAsString(int, FileFormatInfo) - Method in class org.opendatafoundation.data.spss.SPSSVariable
 
getVariable(int) - Method in class org.opendatafoundation.data.spss.SPSSFile
Gets a SPSSVariable based on its 0-based file index position.
getVariableCount() - Method in class org.opendatafoundation.data.spss.SPSSFile
Returns the total number of variables in the file.
getVariables() - Method in class org.opendatafoundation.data.spss.SPSSRecordType7Subtype21
 
getWriteFormatType() - Method in class org.opendatafoundation.data.spss.SPSSRecordType2
Return the write format type
grossFileID - Variable in class org.opendatafoundation.data.spss.SPSSFile
 
grossRecordStructureID - Variable in class org.opendatafoundation.data.spss.SPSSFile
 

H

hasValueLabels() - Method in class org.opendatafoundation.data.spss.SPSSVariable
Determines if a variable is associated with a set of value labels

I

isCompressed() - Method in class org.opendatafoundation.data.spss.SPSSFile
Determines if the data section of the file is compressed
isDataLoaded - Variable in class org.opendatafoundation.data.spss.SPSSFile
 
isDate() - Method in class org.opendatafoundation.data.spss.SPSSVariable
Determines if a variable is a date without time information
isMetadataLoaded - Variable in class org.opendatafoundation.data.spss.SPSSFile
 
isMissingValueCode(double) - Method in class org.opendatafoundation.data.spss.SPSSVariable
Determines if a numeric value is a missing value "code" (not a SYSMISS)
isMissingValueCode(String) - Method in class org.opendatafoundation.data.spss.SPSSVariable
Determines if a String value is a missing value "code" (not a SYSMISS)

L

Label() - Constructor for class org.opendatafoundation.data.spss.SPSSRecordType7Subtype21.Label
 
label - Variable in class org.opendatafoundation.data.spss.SPSSVariableCategory
 
leftPad(String, int) - Static method in class org.opendatafoundation.data.Utils
Pads a string left with spaces
leftPad(String, int, char) - Static method in class org.opendatafoundation.data.Utils
Pads a string left with specified character
loadData() - Method in class org.opendatafoundation.data.spss.SPSSFile
Load the data section of the file into the variables in memory.
loadMetadata() - Method in class org.opendatafoundation.data.spss.SPSSFile
Loads the dictionary and other SPSS metadata from the file
log(String) - Method in class org.opendatafoundation.data.spss.SPSSFile
Logs a message to the console.
logFile - Variable in class org.opendatafoundation.data.spss.SPSSFile
 
logFlag - Variable in class org.opendatafoundation.data.spss.SPSSFile
 
logicalProductIDSuffix - Variable in class org.opendatafoundation.data.spss.SPSSFile
 
logicalRecordID - Variable in class org.opendatafoundation.data.spss.SPSSFile
 

M

max - Variable in class org.opendatafoundation.data.spss.SPSSNumericVariable
 
max_wgt - Variable in class org.opendatafoundation.data.spss.SPSSNumericVariable
 
mean - Variable in class org.opendatafoundation.data.spss.SPSSNumericVariable
 
mean_wgt - Variable in class org.opendatafoundation.data.spss.SPSSNumericVariable
 
min - Variable in class org.opendatafoundation.data.spss.SPSSNumericVariable
 
min_wgt - Variable in class org.opendatafoundation.data.spss.SPSSNumericVariable
 

N

namesOnFirstLine - Variable in class org.opendatafoundation.data.FileFormatInfo
 
numericToCalendar(double) - Static method in class org.opendatafoundation.data.spss.SPSSUtils
Converts a numeric value representing a date/time in SPSS into a Java GregorianCalendar.

O

org.opendatafoundation.data - package org.opendatafoundation.data
Provides generic classes for the management of statistical data files.
org.opendatafoundation.data.spss - package org.opendatafoundation.data.spss
Provides the classes necessary to read SPSS .sav data files to (1) produce DDI 2.0 and DDI 3.0 XML metadata and (2) export the data into ASCII format.

P

physicalDataProductIDSuffix - Variable in class org.opendatafoundation.data.spss.SPSSFile
 
physicalInstanceFileID - Variable in class org.opendatafoundation.data.spss.SPSSFile
 
physicalInstanceIDSuffix - Variable in class org.opendatafoundation.data.spss.SPSSFile
 
physicalRecordSegmentID - Variable in class org.opendatafoundation.data.spss.SPSSFile
 
physicalStructureID - Variable in class org.opendatafoundation.data.spss.SPSSFile
 
physicalStructureSchemeSuffix - Variable in class org.opendatafoundation.data.spss.SPSSFile
 

R

read(SPSSFile) - Method in class org.opendatafoundation.data.spss.SPSSAbstractRecordType
 
read(SPSSFile) - Method in class org.opendatafoundation.data.spss.SPSSDataRecord
Reads the values for the current observation into memory.
read(SPSSFile, boolean) - Method in class org.opendatafoundation.data.spss.SPSSDataRecord
Reads the values for the current observation into memory.
read(SPSSFile) - Method in class org.opendatafoundation.data.spss.SPSSRecordType1
 
read(SPSSFile) - Method in class org.opendatafoundation.data.spss.SPSSRecordType2
Read the record in the SPSS file
read(SPSSFile) - Method in class org.opendatafoundation.data.spss.SPSSRecordType3
 
read(SPSSFile) - Method in class org.opendatafoundation.data.spss.SPSSRecordType4
 
read(SPSSFile) - Method in class org.opendatafoundation.data.spss.SPSSRecordType6
 
read(SPSSFile) - Method in class org.opendatafoundation.data.spss.SPSSRecordType7
 
read(SPSSFile) - Method in class org.opendatafoundation.data.spss.SPSSRecordType7Subtype11
a collection of VariableDisplayParams (one for each variable)
read(SPSSFile) - Method in class org.opendatafoundation.data.spss.SPSSRecordType7Subtype13
 
read(SPSSFile) - Method in class org.opendatafoundation.data.spss.SPSSRecordType7Subtype14
 
read(SPSSFile) - Method in class org.opendatafoundation.data.spss.SPSSRecordType7Subtype21.Label
 
read(SPSSFile) - Method in class org.opendatafoundation.data.spss.SPSSRecordType7Subtype21
 
read(SPSSFile) - Method in class org.opendatafoundation.data.spss.SPSSRecordType7Subtype21.Variable
 
read(SPSSFile) - Method in class org.opendatafoundation.data.spss.SPSSRecordType7Subtype3
 
read(SPSSFile) - Method in class org.opendatafoundation.data.spss.SPSSRecordType7Subtype4
 
read(SPSSFile) - Method in class org.opendatafoundation.data.spss.SPSSRecordType7Subtype5
 
readSPSSDouble() - Method in class org.opendatafoundation.data.spss.SPSSFile
Reads a 8-byte IEEE 754 from SPSS file
readSPSSInt() - Method in class org.opendatafoundation.data.spss.SPSSFile
Reads a 4-byte integer from the SPSS file
readSPSSString(int) - Method in class org.opendatafoundation.data.spss.SPSSFile
Reads a string from the SPSS file
recordLayoutSchemeSuffix - Variable in class org.opendatafoundation.data.spss.SPSSFile
 

S

segments - Variable in class org.opendatafoundation.data.spss.SPSSStringVariable
list of segments for long string variables *
setDDIIdentifiableId(Element, String) - Static method in class org.opendatafoundation.data.Utils
Adds id related attributes to DDI Identifiable element
setDDIMaintainableId(Element, String) - Static method in class org.opendatafoundation.data.Utils
Adds id related attributes to DDI Maintainable element
setDDIVersionableId(Element, String) - Static method in class org.opendatafoundation.data.Utils
Adds id related attributes to DDI Versionable element
setLength(int) - Method in class org.opendatafoundation.data.spss.SPSSStringVariable
Sets the variable length.
setUniqueID(String) - Method in class org.opendatafoundation.data.spss.SPSSFile
Sets the unique identifier for this file.
SPSSAbstractRecordType - Class in org.opendatafoundation.data.spss
Abstratc call for metadata Record types
SPSSAbstractRecordType() - Constructor for class org.opendatafoundation.data.spss.SPSSAbstractRecordType
 
SPSSDataRecord - Class in org.opendatafoundation.data.spss
Class to read SPSS comrepssed/uncompressedf data record
SPSSDataRecord() - Constructor for class org.opendatafoundation.data.spss.SPSSDataRecord
 
SPSSFile - Class in org.opendatafoundation.data.spss
A class to read SPSS files, produce DDI compatible metadata and export the data to ASCII.
SPSSFile(File) - Constructor for class org.opendatafoundation.data.spss.SPSSFile
Constructor
SPSSFile(File, String) - Constructor for class org.opendatafoundation.data.spss.SPSSFile
Constructor
SPSSFile(String) - Constructor for class org.opendatafoundation.data.spss.SPSSFile
Constructor
SPSSFile(String, String) - Constructor for class org.opendatafoundation.data.spss.SPSSFile
Constructor
SPSSFile(File, Charset) - Constructor for class org.opendatafoundation.data.spss.SPSSFile
Constructor
SPSSFile(File, String, Charset) - Constructor for class org.opendatafoundation.data.spss.SPSSFile
Constructor
SPSSFile(String, Charset) - Constructor for class org.opendatafoundation.data.spss.SPSSFile
Constructor
SPSSFile(String, String, Charset) - Constructor for class org.opendatafoundation.data.spss.SPSSFile
Constructor
SPSSFileException - Exception in org.opendatafoundation.data.spss
SPSS File exception class
SPSSFileException(String) - Constructor for exception org.opendatafoundation.data.spss.SPSSFileException
 
SPSSNumericVariable - Class in org.opendatafoundation.data.spss
SPSS numeric variable
SPSSNumericVariable(SPSSFile) - Constructor for class org.opendatafoundation.data.spss.SPSSNumericVariable
Class constructor
SPSSRecordType1 - Class in org.opendatafoundation.data.spss
SPSS Record Type 1 - General information
SPSSRecordType1() - Constructor for class org.opendatafoundation.data.spss.SPSSRecordType1
 
SPSSRecordType2 - Class in org.opendatafoundation.data.spss
SPSS Record Type 2 - Variable information
SPSSRecordType2() - Constructor for class org.opendatafoundation.data.spss.SPSSRecordType2
 
SPSSRecordType3 - Class in org.opendatafoundation.data.spss
SPSS Record Type 3 - Value labels
SPSSRecordType3() - Constructor for class org.opendatafoundation.data.spss.SPSSRecordType3
 
SPSSRecordType4 - Class in org.opendatafoundation.data.spss
SPSS Record Type 4 - Value labels variable index
SPSSRecordType4() - Constructor for class org.opendatafoundation.data.spss.SPSSRecordType4
 
SPSSRecordType6 - Class in org.opendatafoundation.data.spss
SPSS Record Type 6 - Document record
SPSSRecordType6() - Constructor for class org.opendatafoundation.data.spss.SPSSRecordType6
 
SPSSRecordType7 - Class in org.opendatafoundation.data.spss
SPSS Record Type 7 - Generic type 7 record (for unknown subtypes)
SPSSRecordType7() - Constructor for class org.opendatafoundation.data.spss.SPSSRecordType7
 
SPSSRecordType7Subtype11 - Class in org.opendatafoundation.data.spss
SPSS Record Type 7 Subtype 11 - Variable display parameters
SPSSRecordType7Subtype11() - Constructor for class org.opendatafoundation.data.spss.SPSSRecordType7Subtype11
 
SPSSRecordType7Subtype11.VariableDisplayParams - Class in org.opendatafoundation.data.spss
 
SPSSRecordType7Subtype13 - Class in org.opendatafoundation.data.spss
SPSS Record Type 7 Subtype 13 - Long variable names
SPSSRecordType7Subtype13() - Constructor for class org.opendatafoundation.data.spss.SPSSRecordType7Subtype13
 
SPSSRecordType7Subtype13.VariableDisplayParams - Class in org.opendatafoundation.data.spss
 
SPSSRecordType7Subtype14 - Class in org.opendatafoundation.data.spss
SPSS Record Type 7 Subtype 14 - Very Long String Value
SPSSRecordType7Subtype14() - Constructor for class org.opendatafoundation.data.spss.SPSSRecordType7Subtype14
 
SPSSRecordType7Subtype21 - Class in org.opendatafoundation.data.spss
 
SPSSRecordType7Subtype21() - Constructor for class org.opendatafoundation.data.spss.SPSSRecordType7Subtype21
 
SPSSRecordType7Subtype21.Label - Class in org.opendatafoundation.data.spss
 
SPSSRecordType7Subtype21.Variable - Class in org.opendatafoundation.data.spss
 
SPSSRecordType7Subtype3 - Class in org.opendatafoundation.data.spss
SPSS Record Type 7 Subtype 3 - Release and machine specific "integer" type information.
SPSSRecordType7Subtype3() - Constructor for class org.opendatafoundation.data.spss.SPSSRecordType7Subtype3
 
SPSSRecordType7Subtype4 - Class in org.opendatafoundation.data.spss
SPSS Record Type 7 Subtype 4 - Release and machine specific "float" type information.
SPSSRecordType7Subtype4() - Constructor for class org.opendatafoundation.data.spss.SPSSRecordType7Subtype4
 
SPSSRecordType7Subtype5 - Class in org.opendatafoundation.data.spss
SPSS Record Type 7 Subtype 5 - Variable sets information Added in SPSS release 5.0
SPSSRecordType7Subtype5() - Constructor for class org.opendatafoundation.data.spss.SPSSRecordType7Subtype5
 
SPSSStringVariable - Class in org.opendatafoundation.data.spss
SPSS string variable
SPSSStringVariable(SPSSFile) - Constructor for class org.opendatafoundation.data.spss.SPSSStringVariable
 
SPSSUtils - Class in org.opendatafoundation.data.spss
Various utility functions
SPSSUtils() - Constructor for class org.opendatafoundation.data.spss.SPSSUtils
 
SPSSVariable - Class in org.opendatafoundation.data.spss
Abstract base class for SPSS variable
SPSSVariable(SPSSFile) - Constructor for class org.opendatafoundation.data.spss.SPSSVariable
Constructor
SPSSVariableCategory - Class in org.opendatafoundation.data.spss
A class to capture variable category and missing values metadata
SPSSVariableCategory() - Constructor for class org.opendatafoundation.data.spss.SPSSVariableCategory
 
strValue - Variable in class org.opendatafoundation.data.spss.SPSSVariableCategory
 

T

toString() - Method in class org.opendatafoundation.data.FileFormatInfo
 
toString() - Method in class org.opendatafoundation.data.spss.SPSSAbstractRecordType
 
toString() - Method in class org.opendatafoundation.data.spss.SPSSRecordType1
 
toString() - Method in class org.opendatafoundation.data.spss.SPSSRecordType2
 
toString() - Method in class org.opendatafoundation.data.spss.SPSSRecordType3
 
toString() - Method in class org.opendatafoundation.data.spss.SPSSRecordType4
 
toString() - Method in class org.opendatafoundation.data.spss.SPSSRecordType6
 
toString() - Method in class org.opendatafoundation.data.spss.SPSSRecordType7
 
toString() - Method in class org.opendatafoundation.data.spss.SPSSRecordType7Subtype11
 
toString() - Method in class org.opendatafoundation.data.spss.SPSSRecordType7Subtype13
 
toString() - Method in class org.opendatafoundation.data.spss.SPSSRecordType7Subtype14
 
toString() - Method in class org.opendatafoundation.data.spss.SPSSRecordType7Subtype21.Label
 
toString() - Method in class org.opendatafoundation.data.spss.SPSSRecordType7Subtype21
 
toString() - Method in class org.opendatafoundation.data.spss.SPSSRecordType7Subtype21.Variable
 
toString() - Method in class org.opendatafoundation.data.spss.SPSSRecordType7Subtype3
 
toString() - Method in class org.opendatafoundation.data.spss.SPSSRecordType7Subtype4
 
toString() - Method in class org.opendatafoundation.data.spss.SPSSRecordType7Subtype5
 

U

Utils - Class in org.opendatafoundation.data
Collection of utility functions
Utils() - Constructor for class org.opendatafoundation.data.Utils
 

V

value - Variable in class org.opendatafoundation.data.spss.SPSSNumericVariable
a single data value used when reading data from disk
value - Variable in class org.opendatafoundation.data.spss.SPSSStringVariable
a single data value used when reading data from disk
value - Variable in class org.opendatafoundation.data.spss.SPSSVariableCategory
 
valueLabelRecord - Variable in class org.opendatafoundation.data.spss.SPSSVariable
 
valueOf(String) - Static method in enum org.opendatafoundation.data.FileFormatInfo.ASCIIFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opendatafoundation.data.FileFormatInfo.Compatibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opendatafoundation.data.FileFormatInfo.Format
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.opendatafoundation.data.FileFormatInfo.ASCIIFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opendatafoundation.data.FileFormatInfo.Compatibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opendatafoundation.data.FileFormatInfo.Format
Returns an array containing the constants of this enum type, in the order they are declared.
valueToString(double) - Method in class org.opendatafoundation.data.spss.SPSSNumericVariable
Converts a numeric value (float) into a string representation based on the variable formatting.
Variable() - Constructor for class org.opendatafoundation.data.spss.SPSSRecordType7Subtype21.Variable
 
variableCategoryPrefix - Variable in class org.opendatafoundation.data.spss.SPSSFile
 
VariableDisplayParams() - Constructor for class org.opendatafoundation.data.spss.SPSSRecordType7Subtype11.VariableDisplayParams
 
VariableDisplayParams() - Constructor for class org.opendatafoundation.data.spss.SPSSRecordType7Subtype13.VariableDisplayParams
 
variableIDPrefix - Variable in class org.opendatafoundation.data.spss.SPSSFile
 
variableRecord - Variable in class org.opendatafoundation.data.spss.SPSSVariable
 
variables - Variable in class org.opendatafoundation.data.spss.SPSSRecordType7Subtype21
 
variableSchemeIDSuffix - Variable in class org.opendatafoundation.data.spss.SPSSFile
 
VERSION_MAJOR - Static variable in class org.opendatafoundation.data.spss.SPSSFile
 
VERSION_MINOR - Static variable in class org.opendatafoundation.data.spss.SPSSFile
 

W

writeXmlFile(Document, String) - Static method in class org.opendatafoundation.data.Utils
Writes and org.w3c.dom.Document to a file
writeXmlFileAsHtml(Document, String) - Static method in class org.opendatafoundation.data.Utils
Writes and org.w3c.dom.Document to a file in a colored syntax HTML file
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2016. All rights reserved.