|
||||||||||
| 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.VariableSetsRecord
public class VariableSetsRecord
Contains variable sets
| Constructor Summary | |
|---|---|
VariableSetsRecord()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getRawSetDefinition()
Gets the raw set definition. |
java.util.Hashtable |
getVariableSets()
Gets the variable sets. |
void |
setRawSetDefinition(java.lang.String rawSetDefinition)
Sets the raw set definition. |
void |
setVariableSets(java.util.Hashtable variableSets)
Sets the variable sets. |
| 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 VariableSetsRecord()
| Method Detail |
|---|
public java.lang.String getRawSetDefinition()
public void setRawSetDefinition(java.lang.String rawSetDefinition)
rawSetDefinition - the new raw set definitionpublic java.util.Hashtable getVariableSets()
public void setVariableSets(java.util.Hashtable variableSets)
variableSets - the new variable sets
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||