|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.pmstation.spss.record.SPSSRecord
com.pmstation.spss.record.AdditionalRecord
com.pmstation.spss.record.SpecificFloatInfoRecord
public class SpecificFloatInfoRecord
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 |
|---|
public SpecificFloatInfoRecord()
| Method Detail |
|---|
public double getSystemMissingValue()
public void setSystemMissingValue(double systemMissingValue)
systemMissingValue - the new system missing valuepublic double getHighest()
public void setHighest(double highest)
highest - the new highestpublic double getLowest()
public void setLowest(double lowest)
lowest - the new lowestpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||