com.pmstation.spss.record
Class VariableParam

java.lang.Object
  extended by com.pmstation.spss.record.VariableParam

public class VariableParam
extends java.lang.Object

Variable parameters^ measurement level, column width, alignment


Constructor Summary
VariableParam()
           
 
Method Summary
 int getAlignment()
          Gets the alignment.
 int getColumnWidth()
          Gets the column width.
 int getMeasuringLevel()
          Gets the measuring level.
 void setAlignment(int alignment)
          Sets the alignment.
 void setColumnWidth(int columnWidth)
          Sets the column width.
 void setMeasuringLevel(int measuringLevel)
          Sets the measuring level.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableParam

public VariableParam()
Method Detail

getMeasuringLevel

public int getMeasuringLevel()
Gets the measuring level.

Returns:
the measuring level

setMeasuringLevel

public void setMeasuringLevel(int measuringLevel)
Sets the measuring level.

Parameters:
measuringLevel - the new measuring level

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

getAlignment

public int getAlignment()
Gets the alignment.

Returns:
the alignment

setAlignment

public void setAlignment(int alignment)
Sets the alignment.

Parameters:
alignment - the new alignment


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