|
||||||||||
| 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.ValueLabelsIndexRecord
public class ValueLabelsIndexRecord
Contains index of variables to which corresponding value labels are applicable.
| Constructor Summary | |
|---|---|
ValueLabelsIndexRecord()
|
|
| Method Summary | |
|---|---|
int[] |
getIndices()
Gets the indices. |
int |
getNumberOfVariables()
Gets the number of variables. |
void |
setIndices(int[] indices)
Sets the indices. |
void |
setNumberOfVariables(int numberOfVariables)
Sets the number of variables. |
java.lang.String |
toString()
|
| Methods inherited from class com.pmstation.spss.record.SPSSRecord |
|---|
getRecordType, setRecordType |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ValueLabelsIndexRecord()
| Method Detail |
|---|
public int getNumberOfVariables()
public void setNumberOfVariables(int numberOfVariables)
numberOfVariables - the new number of variablespublic int[] getIndices()
public void setIndices(int[] indices)
indices - the new indicespublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||