|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.pmstation.spss.variable.MissingValues
public class MissingValues
Contains missing value information
SPSSVariable| Constructor Summary | |
|---|---|
MissingValues()
|
|
| Method Summary | |
|---|---|
java.util.Vector |
getValues()
Gets the missing values as stored in variable dictionary record. |
boolean |
isDiscrete()
Checks if missing values is discrete. |
void |
setDiscrete(boolean isDiscrete)
Sets the discrete flag. |
void |
setValues(java.util.Vector values)
Sets the missing values. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MissingValues()
| Method Detail |
|---|
public boolean isDiscrete()
public void setDiscrete(boolean isDiscrete)
isDiscrete - the new discrete flagpublic java.util.Vector getValues()
public void setValues(java.util.Vector values)
values - new missing values
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||