com.pmstation.spss.variable
Class DateVariable

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

public class DateVariable
extends SPSSVariable

Represents spss variable of any date type.


Constructor Summary
DateVariable()
           
 
Method Summary
 java.lang.Object readFromStream(DecompressionInputStream in)
          Read date from DecompressionInputStream
 
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

DateVariable

public DateVariable()
Method Detail

readFromStream

public java.lang.Object readFromStream(DecompressionInputStream in)
                                throws java.io.IOException
Read date from DecompressionInputStream

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


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