|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SPSSVariable | |
|---|---|
| com.pmstation.spss.reader | Provides classes to read SPSS sav files. |
| com.pmstation.spss.variable | Provides spss variable classes |
| Uses of SPSSVariable in com.pmstation.spss.reader |
|---|
| Methods in com.pmstation.spss.reader with parameters of type SPSSVariable | |
|---|---|
int |
SPSSReader.getOrdinal(SPSSVariable var)
Gets index of given variable. |
java.lang.Object |
SPSSReader.getValue(SPSSVariable var)
Gets the value for given variable in last read row. |
| Uses of SPSSVariable in com.pmstation.spss.variable |
|---|
| Subclasses of SPSSVariable in com.pmstation.spss.variable | |
|---|---|
class |
DateVariable
Represents spss variable of any date type. |
class |
NumericVariable
Represents any type numeric variable. |
class |
StringVariable
Represents string variable |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||