|
||||||||||
| 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.MultiResponseRecord
public class MultiResponseRecord
Contains information about multiresponse groups defined in spss file
| Constructor Summary | |
|---|---|
MultiResponseRecord()
|
|
| Method Summary | |
|---|---|
java.util.Vector |
getMultiResponseGroups()
Gets the multi response groups. |
java.lang.String |
getRawMultiResponseDefinition()
Gets the raw multi response definition. |
void |
setMultiResponseGroups(java.util.Vector multiResponseGroups)
Sets the multi response groups. |
void |
setRawMultiResponseDefinition(java.lang.String rawMultiResponseDefinition)
Sets the raw multi response 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 MultiResponseRecord()
| Method Detail |
|---|
public java.lang.String getRawMultiResponseDefinition()
public void setRawMultiResponseDefinition(java.lang.String rawMultiResponseDefinition)
rawMultiResponseDefinition - the new raw multi response definitionpublic java.util.Vector getMultiResponseGroups()
MultiResponseGrouppublic void setMultiResponseGroups(java.util.Vector multiResponseGroups)
multiResponseGroups - Vector of MultiResponseGroup
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||