com.pmstation.spss.record
Class SpecificInfoRecord

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

public class SpecificInfoRecord
extends AdditionalRecord

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

SpecificInfoRecord

public SpecificInfoRecord()
Method Detail

getReleaseNumber

public int getReleaseNumber()
Gets the release number.

Returns:
the release number

setReleaseNumber

public void setReleaseNumber(int releaseNumber)
Sets the release number.

Parameters:
releaseNumber - the new release number

getReleaseSubNumber

public int getReleaseSubNumber()
Gets the release sub number.

Returns:
the release sub number

setReleaseSubNumber

public void setReleaseSubNumber(int releaseSubNumber)
Sets the release sub number.

Parameters:
releaseSubNumber - the new release sub number

getReleaseIdentifier

public int getReleaseIdentifier()
Gets the release identifier.

Returns:
the release identifier

setReleaseIdentifier

public void setReleaseIdentifier(int releaseIdentifier)
Sets the release identifier.

Parameters:
releaseIdentifier - the new release identifier

getMachineCode

public int getMachineCode()
Gets the machine code.

Returns:
the machine code

setMachineCode

public void setMachineCode(int machineCode)
Sets the machine code.

Parameters:
machineCode - the new machine code

getFloatingPointCode

public int getFloatingPointCode()
Gets the floating point code.

Returns:
the floating point code

setFloatingPointCode

public void setFloatingPointCode(int floatingPointCode)
Sets the floating point code.

Parameters:
floatingPointCode - the new floating point code

getCompressionSchemeCode

public int getCompressionSchemeCode()
Gets the compression scheme code.

Returns:
the compression scheme code

setCompressionSchemeCode

public void setCompressionSchemeCode(int compressionSchemeCode)
Sets the compression scheme code.

Parameters:
compressionSchemeCode - the new compression scheme code

getEndianCode

public int getEndianCode()
Gets the endian code.

Returns:
the endian code

setEndianCode

public void setEndianCode(int endianCode)
Sets the endian code.

Parameters:
endianCode - the new endian code

getCharRepresentationCode

public int getCharRepresentationCode()
Gets the char representation code.

Returns:
the char representation code

setCharRepresentationCode

public void setCharRepresentationCode(int charRepresentationCode)
Sets the char representation code.

Parameters:
charRepresentationCode - the new char representation code


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