com.pmstation.spss
Class ValueLabels

java.lang.Object
  extended by com.pmstation.spss.ValueLabels

public class ValueLabels
extends java.lang.Object

This class should be used to add value lables to a formatted data structure (in an SPSS format). In different order of method calling throws IOException.

Author:
Alex from pmStation, Inc.

Constructor Summary
ValueLabels()
           
 
Method Summary
 java.util.Hashtable getValueLabels()
           
 java.util.List getValues()
           
 void putLabel(double value, java.lang.String label)
          Add descriptive label that can be assigned to a particular value of a discrete variable.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueLabels

public ValueLabels()
Method Detail

putLabel

public void putLabel(double value,
                     java.lang.String label)
Add descriptive label that can be assigned to a particular value of a discrete variable.

Parameters:
value - - data value for which you want assign label
label - - Descriptive label, max length 60 characters

getValueLabels

public java.util.Hashtable getValueLabels()

getValues

public java.util.List getValues()


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