|
||||||||||
| 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.SpecificInfoRecord
public class SpecificInfoRecord
Contains info about spss release, compression scheme and so on.
| Constructor Summary | |
|---|---|
SpecificInfoRecord()
|
|
| Method Summary | |
|---|---|
int |
getCharRepresentationCode()
Gets the char representation code. |
int |
getCompressionSchemeCode()
Gets the compression scheme code. |
int |
getEndianCode()
Gets the endian code. |
int |
getFloatingPointCode()
Gets the floating point code. |
int |
getMachineCode()
Gets the machine code. |
int |
getReleaseIdentifier()
Gets the release identifier. |
int |
getReleaseNumber()
Gets the release number. |
int |
getReleaseSubNumber()
Gets the release sub number. |
void |
setCharRepresentationCode(int charRepresentationCode)
Sets the char representation code. |
void |
setCompressionSchemeCode(int compressionSchemeCode)
Sets the compression scheme code. |
void |
setEndianCode(int endianCode)
Sets the endian code. |
void |
setFloatingPointCode(int floatingPointCode)
Sets the floating point code. |
void |
setMachineCode(int machineCode)
Sets the machine code. |
void |
setReleaseIdentifier(int releaseIdentifier)
Sets the release identifier. |
void |
setReleaseNumber(int releaseNumber)
Sets the release number. |
void |
setReleaseSubNumber(int releaseSubNumber)
Sets the release sub number. |
| 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 SpecificInfoRecord()
| Method Detail |
|---|
public int getReleaseNumber()
public void setReleaseNumber(int releaseNumber)
releaseNumber - the new release numberpublic int getReleaseSubNumber()
public void setReleaseSubNumber(int releaseSubNumber)
releaseSubNumber - the new release sub numberpublic int getReleaseIdentifier()
public void setReleaseIdentifier(int releaseIdentifier)
releaseIdentifier - the new release identifierpublic int getMachineCode()
public void setMachineCode(int machineCode)
machineCode - the new machine codepublic int getFloatingPointCode()
public void setFloatingPointCode(int floatingPointCode)
floatingPointCode - the new floating point codepublic int getCompressionSchemeCode()
public void setCompressionSchemeCode(int compressionSchemeCode)
compressionSchemeCode - the new compression scheme codepublic int getEndianCode()
public void setEndianCode(int endianCode)
endianCode - the new endian codepublic int getCharRepresentationCode()
public void setCharRepresentationCode(int charRepresentationCode)
charRepresentationCode - the new char representation code
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||