com.pmstation.spss.record
Class ValueLabelsIndexRecord

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

public class ValueLabelsIndexRecord
extends SPSSRecord

Contains index of variables to which corresponding value labels are applicable.


Constructor Summary
ValueLabelsIndexRecord()
           
 
Method Summary
 int[] getIndices()
          Gets the indices.
 int getNumberOfVariables()
          Gets the number of variables.
 void setIndices(int[] indices)
          Sets the indices.
 void setNumberOfVariables(int numberOfVariables)
          Sets the number of variables.
 java.lang.String toString()
           
 
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

ValueLabelsIndexRecord

public ValueLabelsIndexRecord()
Method Detail

getNumberOfVariables

public int getNumberOfVariables()
Gets the number of variables.

Returns:
the number of variables

setNumberOfVariables

public void setNumberOfVariables(int numberOfVariables)
Sets the number of variables.

Parameters:
numberOfVariables - the new number of variables

getIndices

public int[] getIndices()
Gets the indices.

Returns:
the indices of variables

setIndices

public void setIndices(int[] indices)
Sets the indices.

Parameters:
indices - the new indices

toString

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


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