com.pmstation.spss
Class MissingValue
java.lang.Object
com.pmstation.spss.MissingValue
public class MissingValue
- extends java.lang.Object
This class should be used to add missing values to a formatted data structure
(in an SPSS format).
In different order of method calling throws IOException.
- Author:
- Alex from pmStation, Inc.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_NO_MISSING_VALUES
public static final int TYPE_NO_MISSING_VALUES
- See Also:
- Constant Field Values
TYPE_DESCRETE_MISSING_VALUE_1
public static final int TYPE_DESCRETE_MISSING_VALUE_1
- See Also:
- Constant Field Values
TYPE_DESCRETE_MISSING_VALUE_2
public static final int TYPE_DESCRETE_MISSING_VALUE_2
- See Also:
- Constant Field Values
TYPE_DESCRETE_MISSING_VALUE_3
public static final int TYPE_DESCRETE_MISSING_VALUE_3
- See Also:
- Constant Field Values
TYPE_MISSING_VALUE_RANGE
public static final int TYPE_MISSING_VALUE_RANGE
- See Also:
- Constant Field Values
TYPE_RANGE_PLUS_A_VALUE
public static final int TYPE_RANGE_PLUS_A_VALUE
- See Also:
- Constant Field Values
MissingValue
public MissingValue()
setOneDescreteMissingValue
public void setOneDescreteMissingValue(double value)
setTwoDescreteMissingValues
public void setTwoDescreteMissingValues(double value1,
double value2)
setThreeDescreteMissingValues
public void setThreeDescreteMissingValues(double value1,
double value2,
double value3)
setMissingValueRange
public void setMissingValueRange(double low,
double high)
setRangePlusValue
public void setRangePlusValue(double low,
double high,
double value)
getValues
public double[] getValues()
getType
public int getType()
Copyright © 2003-2004 pmStation.com. All Rights Reserved.