|
||||||||||
| 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
public class AdditionalRecord
Superclass for all type 7 dictionary records. This record type is reserved for records added during SPSS development after Release 1.
DatasetAttributesRecord,
ExtendedNamesRecord,
ExtendedStringsRecord,
MultiResponseRecord,
NumberOfCasesRecord,
SpecificFloatInfoRecord,
SpecificInfoRecord,
VariableAttributesRecord,
VariableParamsRecord,
VariableSetsRecord| Constructor Summary | |
|---|---|
AdditionalRecord()
|
|
| Method Summary | |
|---|---|
int |
getDataTypeCode()
Gets the data type code. |
int |
getNumberOfElements()
Gets the number of elements. |
java.lang.Object |
getRawData()
Gets the raw data. |
int |
getSubTypeCode()
Gets the record sub type code. |
void |
setDataTypeCode(int dataTypeCode)
Sets the data type code. |
void |
setNumberOfElements(int numberOfElements)
Sets the number of elements. |
void |
setRawData(java.lang.Object rawData)
Sets the raw data. |
void |
setSubTypeCode(int subTypeCode)
Sets the sub type code. |
| 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 AdditionalRecord()
| Method Detail |
|---|
public int getSubTypeCode()
public void setSubTypeCode(int subTypeCode)
subTypeCode - the new sub type codepublic int getDataTypeCode()
public void setDataTypeCode(int dataTypeCode)
dataTypeCode - the new data type codepublic int getNumberOfElements()
public void setNumberOfElements(int numberOfElements)
numberOfElements - the new number of elementspublic java.lang.Object getRawData()
UnknownAdditionalRecordReaderpublic void setRawData(java.lang.Object rawData)
rawData - the new raw data
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||