com.pmstation.spss.record
Class VariableRecord

java.lang.Object
  extended by com.pmstation.spss.record.SPSSRecord
      extended by com.pmstation.spss.record.VariableRecord

public class VariableRecord
extends SPSSRecord

Represents dictionary type 2 record.


Constructor Summary
VariableRecord()
           
 
Method Summary
 int getMissingValueFormat()
          Gets the missing value format.
 double[] getMissingValues()
          Gets the missing values.
 int getPrintFormatCode()
          Gets the prints the format code.
 int getTypeCode()
          Gets the type code.
 java.lang.String getVariableLabel()
          Gets the variable label.
 int getVariableLabelFlag()
          Gets the variable label flag.
 java.lang.String getVariableName()
          Gets the variable name.
 int getWriteFormatCode()
          Gets the write format code.
 void setMissingValueFormat(int missingValueFormat)
          Sets the missing value format.
 void setMissingValues(double[] missingValues)
          Sets the missing values.
 void setPrintFormatCode(int printFormatCode)
          Sets the prints the format code.
 void setTypeCode(int typeCode)
          Sets the type code.
 void setVariableLabel(java.lang.String variableLabel)
          Sets the variable label.
 void setVariableLabelFlag(int variableLabelFlag)
          Sets the variable label flag.
 void setVariableName(java.lang.String variableName)
          Sets the variable name.
 void setWriteFormatCode(int writeFormatCode)
          Sets the write format code.
 
Methods inherited from class com.pmstation.spss.record.SPSSRecord
getRecordType, setRecordType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableRecord

public VariableRecord()
Method Detail

getTypeCode

public int getTypeCode()
Gets the type code.

Returns:
the type code

setTypeCode

public void setTypeCode(int typeCode)
Sets the type code.

Parameters:
typeCode - the new type code

getVariableLabelFlag

public int getVariableLabelFlag()
Gets the variable label flag.

Returns:
the variable label flag

setVariableLabelFlag

public void setVariableLabelFlag(int variableLabelFlag)
Sets the variable label flag.

Parameters:
variableLabelFlag - the new variable label flag

getMissingValueFormat

public int getMissingValueFormat()
Gets the missing value format.

Returns:
the missing value format

setMissingValueFormat

public void setMissingValueFormat(int missingValueFormat)
Sets the missing value format.

Parameters:
missingValueFormat - the new missing value format

getPrintFormatCode

public int getPrintFormatCode()
Gets the prints the format code.

Returns:
the prints the format code

setPrintFormatCode

public void setPrintFormatCode(int printFormatCode)
Sets the prints the format code.

Parameters:
printFormatCode - the new prints the format code

getWriteFormatCode

public int getWriteFormatCode()
Gets the write format code.

Returns:
the write format code

setWriteFormatCode

public void setWriteFormatCode(int writeFormatCode)
Sets the write format code.

Parameters:
writeFormatCode - the new write format code

getVariableName

public java.lang.String getVariableName()
Gets the variable name.

Returns:
the variable name

setVariableName

public void setVariableName(java.lang.String variableName)
Sets the variable name.

Parameters:
variableName - the new variable name

getVariableLabel

public java.lang.String getVariableLabel()
Gets the variable label.

Returns:
the variable label

setVariableLabel

public void setVariableLabel(java.lang.String variableLabel)
Sets the variable label.

Parameters:
variableLabel - the new variable label

getMissingValues

public double[] getMissingValues()
Gets the missing values.

Returns:
the missing values

setMissingValues

public void setMissingValues(double[] missingValues)
Sets the missing values.

Parameters:
missingValues - the new missing values


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