com.pmstation.spss.variable
Class VariableFormat

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

public class VariableFormat
extends java.lang.Object

Contains variable format joined from write/print format and record 7.11 info


Constructor Summary
VariableFormat(int variableFormat)
          Instantiates a new variable format.
 
Method Summary
 int getColumnWidth()
          Gets the column width.
 int getDecimalPlaces()
          Gets the decimal places.
 int getFormatType()
          Gets the format type.
 int getVariableFormat()
          Gets the variable format.
 VariableParam getVariableParams()
          Gets the variable params.
 void setColumnWidth(int columnWidth)
          Sets the column width.
 void setDecimalPlaces(int decimalPlaces)
          Sets the decimal places.
 void setFormatType(int formatType)
          Sets the format type.
 void setVariableFormat(int variableFormat)
          Sets the variable format.
 void setVariableParams(VariableParam variableParams)
          Sets the variable params.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableFormat

public VariableFormat(int variableFormat)
Instantiates a new variable format.

Parameters:
variableFormat - the variable format
Method Detail

getDecimalPlaces

public int getDecimalPlaces()
Gets the decimal places.

Returns:
the decimal places

setDecimalPlaces

public void setDecimalPlaces(int decimalPlaces)
Sets the decimal places.

Parameters:
decimalPlaces - the new decimal places

getColumnWidth

public int getColumnWidth()
Gets the column width.

Returns:
the column width

setColumnWidth

public void setColumnWidth(int columnWidth)
Sets the column width.

Parameters:
columnWidth - the new column width

getFormatType

public int getFormatType()
Gets the format type.

Returns:
the format type

setFormatType

public void setFormatType(int formatType)
Sets the format type.

Parameters:
formatType - the new format type

getVariableFormat

public int getVariableFormat()
Gets the variable format.

Returns:
the variable format

setVariableFormat

public void setVariableFormat(int variableFormat)
Sets the variable format.

Parameters:
variableFormat - the new variable format

getVariableParams

public VariableParam getVariableParams()
Gets the variable params. Parsed from 7.11 type records

Returns:
the variable params

setVariableParams

public void setVariableParams(VariableParam variableParams)
Sets the variable params.

Parameters:
variableParams - the new variable params


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