com.pmstation.spss.record
Class SpecificFloatInfoRecord

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

public class SpecificFloatInfoRecord
extends AdditionalRecord

Contains info about system missing, highest and lowest values


Constructor Summary
SpecificFloatInfoRecord()
           
 
Method Summary
 double getHighest()
          Gets the highest.
 double getLowest()
          Gets the lowest.
 double getSystemMissingValue()
          Gets the system missing value.
 void setHighest(double highest)
          Sets the highest.
 void setLowest(double lowest)
          Sets the lowest.
 void setSystemMissingValue(double systemMissingValue)
          Sets the system missing value.
 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

SpecificFloatInfoRecord

public SpecificFloatInfoRecord()
Method Detail

getSystemMissingValue

public double getSystemMissingValue()
Gets the system missing value.

Returns:
the system missing value

setSystemMissingValue

public void setSystemMissingValue(double systemMissingValue)
Sets the system missing value.

Parameters:
systemMissingValue - the new system missing value

getHighest

public double getHighest()
Gets the highest.

Returns:
the highest

setHighest

public void setHighest(double highest)
Sets the highest.

Parameters:
highest - the new highest

getLowest

public double getLowest()
Gets the lowest.

Returns:
the lowest

setLowest

public void setLowest(double lowest)
Sets the lowest.

Parameters:
lowest - the new lowest

toString

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


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