com.pmstation.spss.variable
Class NumericVariable

java.lang.Object
  extended by com.pmstation.spss.variable.SPSSVariable
      extended by com.pmstation.spss.variable.NumericVariable

public class NumericVariable
extends SPSSVariable

Represents any type numeric variable.


Constructor Summary
NumericVariable()
           
 
Method Summary
 java.lang.Object readFromStream(DecompressionInputStream in)
          Reads variable from stream
 
Methods inherited from class com.pmstation.spss.variable.SPSSVariable
getLabel, getLegacyName, getMissingValues, getName, getPrintFormat, getValueLabels, getWriteFormat, isCaseWeight, setCaseWeight, setLabel, setLegacyName, setMissingValues, setName, setPrintFormat, setValueLabels, setWriteFormat
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumericVariable

public NumericVariable()
Method Detail

readFromStream

public java.lang.Object readFromStream(DecompressionInputStream in)
                                throws java.io.IOException
Reads variable from stream

Specified by:
readFromStream in class SPSSVariable
Parameters:
in - decompression input stream
Returns:
variable value
Throws:
java.io.IOException - Signals that an I/O exception has occurred.


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