com.pmstation.spss.record
Class ExtendedStringsRecord

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

public class ExtendedStringsRecord
extends AdditionalRecord

Contains Hashtable with extended stings lengthes. Key is old-style name and value - full string length.


Constructor Summary
ExtendedStringsRecord()
           
 
Method Summary
 java.util.Hashtable getActualStringLength()
          Gets the actual string length hashtable.
 java.lang.String getRawStringsDefinition()
          Gets the raw strings definition.
 void setActualStringLength(java.util.Hashtable actualStringLength)
          Sets the actual string length.
 void setRawStringsDefinition(java.lang.String rawStringsDefinition)
          Sets the raw strings definition.
 
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

ExtendedStringsRecord

public ExtendedStringsRecord()
Method Detail

getRawStringsDefinition

public java.lang.String getRawStringsDefinition()
Gets the raw strings definition.

Returns:
the raw strings definition

setRawStringsDefinition

public void setRawStringsDefinition(java.lang.String rawStringsDefinition)
Sets the raw strings definition.

Parameters:
rawStringsDefinition - the new raw strings definition

getActualStringLength

public java.util.Hashtable getActualStringLength()
Gets the actual string length hashtable.

Returns:
the actual string length

setActualStringLength

public void setActualStringLength(java.util.Hashtable actualStringLength)
Sets the actual string length.

Parameters:
actualStringLength - the new actual string length


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