|
||||||||||
| 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.VariableRecord
public class VariableRecord
Represents dictionary type 2 record.
| Constructor Summary | |
|---|---|
VariableRecord()
|
|
| Method Summary | |
|---|---|
int |
getMissingValueFormat()
Gets the missing value format. |
double[] |
getMissingValues()
Gets the missing values. |
int |
getPrintFormatCode()
Gets the prints the format code. |
int |
getTypeCode()
Gets the type code. |
java.lang.String |
getVariableLabel()
Gets the variable label. |
int |
getVariableLabelFlag()
Gets the variable label flag. |
java.lang.String |
getVariableName()
Gets the variable name. |
int |
getWriteFormatCode()
Gets the write format code. |
void |
setMissingValueFormat(int missingValueFormat)
Sets the missing value format. |
void |
setMissingValues(double[] missingValues)
Sets the missing values. |
void |
setPrintFormatCode(int printFormatCode)
Sets the prints the format code. |
void |
setTypeCode(int typeCode)
Sets the type code. |
void |
setVariableLabel(java.lang.String variableLabel)
Sets the variable label. |
void |
setVariableLabelFlag(int variableLabelFlag)
Sets the variable label flag. |
void |
setVariableName(java.lang.String variableName)
Sets the variable name. |
void |
setWriteFormatCode(int writeFormatCode)
Sets the write format code. |
| 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 VariableRecord()
| Method Detail |
|---|
public int getTypeCode()
public void setTypeCode(int typeCode)
typeCode - the new type codepublic int getVariableLabelFlag()
public void setVariableLabelFlag(int variableLabelFlag)
variableLabelFlag - the new variable label flagpublic int getMissingValueFormat()
public void setMissingValueFormat(int missingValueFormat)
missingValueFormat - the new missing value formatpublic int getPrintFormatCode()
public void setPrintFormatCode(int printFormatCode)
printFormatCode - the new prints the format codepublic int getWriteFormatCode()
public void setWriteFormatCode(int writeFormatCode)
writeFormatCode - the new write format codepublic java.lang.String getVariableName()
public void setVariableName(java.lang.String variableName)
variableName - the new variable namepublic java.lang.String getVariableLabel()
public void setVariableLabel(java.lang.String variableLabel)
variableLabel - the new variable labelpublic double[] getMissingValues()
public void setMissingValues(double[] missingValues)
missingValues - the new missing values
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||