| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
Map<String,SPSSVariableCategory> |
SPSSVariable.categoryMap
The map of categories.
|
| Modifier and Type | Method and Description |
|---|---|
abstract SPSSVariableCategory |
SPSSVariable.addCategory(byte[] byteValue,
String label)
Adds a category to the variable
|
SPSSVariableCategory |
SPSSStringVariable.addCategory(byte[] byteValue,
String label)
Adds a category to the variable
|
SPSSVariableCategory |
SPSSNumericVariable.addCategory(byte[] byteValue,
String label)
Adds a category to the variable based on a byte[8] value
|
SPSSVariableCategory |
SPSSNumericVariable.addCategory(double value,
String label)
Adds a category to the variable based on a double value
|
abstract SPSSVariableCategory |
SPSSVariable.getCategory(byte[] byteValue)
Gets a category for this variable based on a byte[8] value
|
SPSSVariableCategory |
SPSSStringVariable.getCategory(byte[] byteValue)
Gets a category for this variable based on a byte[8] value
|
SPSSVariableCategory |
SPSSNumericVariable.getCategory(byte[] byteValue)
Gets a category for this variable based on a byte[8] value
|
SPSSVariableCategory |
SPSSNumericVariable.getCategory(double value)
Gets a category for this variable based on a double value
|
SPSSVariableCategory |
SPSSStringVariable.getCategory(String strValue)
Gets a category for this variable based on a double value
|
Copyright © 2016. All rights reserved.