com.pmstation.spss.variable
Class MissingValues

java.lang.Object
  extended by com.pmstation.spss.variable.MissingValues

public class MissingValues
extends java.lang.Object

Contains missing value information

See Also:
SPSSVariable

Constructor Summary
MissingValues()
           
 
Method Summary
 java.util.Vector getValues()
          Gets the missing values as stored in variable dictionary record.
 boolean isDiscrete()
          Checks if missing values is discrete.
 void setDiscrete(boolean isDiscrete)
          Sets the discrete flag.
 void setValues(java.util.Vector values)
          Sets the missing values.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MissingValues

public MissingValues()
Method Detail

isDiscrete

public boolean isDiscrete()
Checks if missing values is discrete.

Returns:
true, if is discrete, false, if is range

setDiscrete

public void setDiscrete(boolean isDiscrete)
Sets the discrete flag.

Parameters:
isDiscrete - the new discrete flag

getValues

public java.util.Vector getValues()
Gets the missing values as stored in variable dictionary record.

Returns:
the missing values

setValues

public void setValues(java.util.Vector values)
Sets the missing values.

Parameters:
values - new missing values


Copyright © 2003-2004 pmStation.com. All Rights Reserved.