com.pmstation.spss.record
Class VariableSetsRecord

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

public class VariableSetsRecord
extends AdditionalRecord

Contains variable sets


Constructor Summary
VariableSetsRecord()
           
 
Method Summary
 java.lang.String getRawSetDefinition()
          Gets the raw set definition.
 java.util.Hashtable getVariableSets()
          Gets the variable sets.
 void setRawSetDefinition(java.lang.String rawSetDefinition)
          Sets the raw set definition.
 void setVariableSets(java.util.Hashtable variableSets)
          Sets the variable sets.
 
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, toString, wait, wait, wait
 

Constructor Detail

VariableSetsRecord

public VariableSetsRecord()
Method Detail

getRawSetDefinition

public java.lang.String getRawSetDefinition()
Gets the raw set definition.

Returns:
the raw set definition

setRawSetDefinition

public void setRawSetDefinition(java.lang.String rawSetDefinition)
Sets the raw set definition.

Parameters:
rawSetDefinition - the new raw set definition

getVariableSets

public java.util.Hashtable getVariableSets()
Gets the variable sets. Key of this hashtable is variable set name, value is vector of corresponding variable names.

Returns:
the variable sets

setVariableSets

public void setVariableSets(java.util.Hashtable variableSets)
Sets the variable sets.

Parameters:
variableSets - the new variable sets


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