public class SpssVariable extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
List<Double> |
getMissing() |
double |
getMissingMax() |
double |
getMissingMin() |
List<String> |
getMissingStrings() |
SpssVariableFormat |
getPrintFormat() |
String |
getShortName() |
int |
getTypeCode() |
Map<Double,String> |
getValueLabels() |
String |
getVariableLabel() |
String |
getVariableName() |
SpssVariableFormat |
getWriteFormat() |
boolean |
isHasMissingRange() |
boolean |
isMissing(double value) |
boolean |
isNumeric() |
public boolean isMissing(double value)
public String getVariableName()
public int getTypeCode()
public SpssVariableFormat getPrintFormat()
public SpssVariableFormat getWriteFormat()
public String getShortName()
public String getVariableLabel()
public boolean isNumeric()
public int getIndex()
public boolean isHasMissingRange()
public double getMissingMin()
public double getMissingMax()
Copyright © 2019 BeDataDriven. All rights reserved.