com.pmstation.spss.record
Class VariableParamsRecord

java.lang.Object
  extended by com.pmstation.spss.record.SPSSRecord
      extended by com.pmstation.spss.record.AdditionalRecord
          extended by com.pmstation.spss.record.VariableParamsRecord

public class VariableParamsRecord
extends AdditionalRecord

Contains variable parameters for all variables


Constructor Summary
VariableParamsRecord()
           
 
Method Summary
 VariableParam[] getVariableParams()
          Gets the variable params.
 void setVariableParams(VariableParam[] variableParams)
          Sets the variable params.
 java.lang.String toString()
           
 
Methods inherited from class com.pmstation.spss.record.AdditionalRecord
getDataTypeCode, getNumberOfElements, getRawData, getSubTypeCode, setDataTypeCode, setNumberOfElements, setRawData, setSubTypeCode
 
Methods inherited from class com.pmstation.spss.record.SPSSRecord
getRecordType, setRecordType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VariableParamsRecord

public VariableParamsRecord()
Method Detail

getVariableParams

public VariableParam[] getVariableParams()
Gets the variable params.

Returns:
the variable params

setVariableParams

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

Parameters:
variableParams - the new variable params

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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