|
||||||||||
| 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.DocumentsRecord
public class DocumentsRecord
Contains in-file spss documents
| Constructor Summary | |
|---|---|
DocumentsRecord()
|
|
| Method Summary | |
|---|---|
java.lang.String[] |
getDocumentLines()
Gets the document lines. |
int |
getNumberOfLines()
Gets the number of lines. |
void |
setDocumentLines(java.lang.String[] documentLines)
Sets the document lines. |
void |
setNumberOfLines(int numberOfLines)
Sets the number of lines. |
| 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 DocumentsRecord()
| Method Detail |
|---|
public int getNumberOfLines()
public void setNumberOfLines(int numberOfLines)
numberOfLines - the new number of linespublic java.lang.String[] getDocumentLines()
public void setDocumentLines(java.lang.String[] documentLines)
documentLines - the new document lines
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||