public class RecordFactory
extends java.lang.Object
Constructor and Description |
---|
RecordFactory() |
Modifier and Type | Method and Description |
---|---|
static Record |
recordFactory(java.lang.String type,
java.lang.Long obid,
Meta metaob)
Method to create a Record class object
|
static Record |
recordFactory(java.lang.String type,
java.lang.Long obid,
Meta metaob,
java.lang.Number missingValue)
Method to create a Record class object
|
public static Record recordFactory(java.lang.String type, java.lang.Long obid, Meta metaob)
type
- A string argument defining what type of Record class
object to createobid
- An observation index defining which values to retrieve
from the Stata dataset in memorymetaob
- An object of class Meta used to define the
observation/variable indices and metadata overallpublic static Record recordFactory(java.lang.String type, java.lang.Long obid, Meta metaob, java.lang.Number missingValue)
type
- A string argument defining what type of Record class
object to createobid
- An observation index defining which values to retrieve
from the Stata dataset in memorymetaob
- An object of class Meta used to define the
observation/variable indices and metadata overallmissingValue
- The numeric value to use to represent missing values in the data.