|
||||||||||
| 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.ExtendedStringsRecord
public class ExtendedStringsRecord
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 |
|---|
public ExtendedStringsRecord()
| Method Detail |
|---|
public java.lang.String getRawStringsDefinition()
public void setRawStringsDefinition(java.lang.String rawStringsDefinition)
rawStringsDefinition - the new raw strings definitionpublic java.util.Hashtable getActualStringLength()
public void setActualStringLength(java.util.Hashtable actualStringLength)
actualStringLength - the new actual string length
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||