|
||||||||||
| 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.NumberOfCasesRecord
public class NumberOfCasesRecord
Contains number of cases when there are more then can be hold in 32bit integer
| Constructor Summary | |
|---|---|
NumberOfCasesRecord()
|
|
| Method Summary | |
|---|---|
long |
getByteOrderFlag()
Gets the byte order flag. |
long |
getNumberOfCases()
Gets the number of cases. |
void |
setByteOrderFlag(long byteOrderFlag)
Sets the byte order flag. |
void |
setNumberOfCases(long numberOfCases)
Sets the number of cases. |
| 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 |
|---|
public NumberOfCasesRecord()
| Method Detail |
|---|
public long getNumberOfCases()
public void setNumberOfCases(long numberOfCases)
numberOfCases - the new number of casespublic long getByteOrderFlag()
public void setByteOrderFlag(long byteOrderFlag)
byteOrderFlag - the new byte order flag
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||