public class NumDataColumn
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<java.lang.Double> |
colvar
A List of double values from a single variable
|
Meta |
metaob
A Meta class object contains meta data for the dataset in memory
|
private java.lang.Integer |
ver |
Constructor and Description |
---|
NumDataColumn(java.lang.Integer varidx)
Generic constructor for the class
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Double> |
getData()
Getter method to retrieve the List class object containing values
|
java.lang.Double[] |
getDataAsDoubleArray()
Getter method to retrieve the data as an Array
|
void |
setData(java.lang.Integer var)
Setter method used to retrieve the data from Stata and populate the
member variable
|
public Meta metaob
public java.util.List<java.lang.Double> colvar
private final java.lang.Integer ver
public NumDataColumn(java.lang.Integer varidx)
varidx
- The variable index from which to get recordspublic void setData(java.lang.Integer var)
var
- The variable index to retrievepublic java.util.List<java.lang.Double> getData()
public java.lang.Double[] getDataAsDoubleArray()