|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.pmstation.spss.variable.VariableFormat
public class VariableFormat
Contains variable format joined from write/print format and record 7.11 info
| Constructor Summary | |
|---|---|
VariableFormat(int variableFormat)
Instantiates a new variable format. |
|
| Method Summary | |
|---|---|
int |
getColumnWidth()
Gets the column width. |
int |
getDecimalPlaces()
Gets the decimal places. |
int |
getFormatType()
Gets the format type. |
int |
getVariableFormat()
Gets the variable format. |
VariableParam |
getVariableParams()
Gets the variable params. |
void |
setColumnWidth(int columnWidth)
Sets the column width. |
void |
setDecimalPlaces(int decimalPlaces)
Sets the decimal places. |
void |
setFormatType(int formatType)
Sets the format type. |
void |
setVariableFormat(int variableFormat)
Sets the variable format. |
void |
setVariableParams(VariableParam variableParams)
Sets the variable params. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VariableFormat(int variableFormat)
variableFormat - the variable format| Method Detail |
|---|
public int getDecimalPlaces()
public void setDecimalPlaces(int decimalPlaces)
decimalPlaces - the new decimal placespublic int getColumnWidth()
public void setColumnWidth(int columnWidth)
columnWidth - the new column widthpublic int getFormatType()
public void setFormatType(int formatType)
formatType - the new format typepublic int getVariableFormat()
public void setVariableFormat(int variableFormat)
variableFormat - the new variable formatpublic VariableParam getVariableParams()
public void setVariableParams(VariableParam variableParams)
variableParams - the new variable params
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||