Package | Description |
---|---|
org.paces.Stata.DataRecords |
Modifier and Type | Class and Description |
---|---|
class |
DataRecord
A POJO representation of a single observation from the Stata dataset
loaded in memory.
|
class |
DataRecordByteArray
Creates an Array of Bytes for Individual Observation
|
class |
DataRecordDoubleArray
Creates an Array of Doubles for Individual Observation
|
class |
DataRecordIntArray
Creates an Array of Integers for Individual Observation
|
class |
DataRecordLongArray
Creates an Array of Longs for Individual Observation
|
class |
DataRecordStringArray
Creates an Array of Strings for Individual Observation
|
Modifier and Type | Method and Description |
---|---|
static Record |
RecordFactory.recordFactory(java.lang.String type,
java.lang.Long obid,
Meta metaob)
Method to create a Record class object
|
static Record |
RecordFactory.recordFactory(java.lang.String type,
java.lang.Long obid,
Meta metaob,
java.lang.Number missingValue)
Method to create a Record class object
|