- 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
-
- 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
-