|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pmstation.spss.record.VariableParam
public class VariableParam
Variable parameters^ measurement level, column width, alignment
Constructor Summary | |
---|---|
VariableParam()
|
Method Summary | |
---|---|
int |
getAlignment()
Gets the alignment. |
int |
getColumnWidth()
Gets the column width. |
int |
getMeasuringLevel()
Gets the measuring level. |
void |
setAlignment(int alignment)
Sets the alignment. |
void |
setColumnWidth(int columnWidth)
Sets the column width. |
void |
setMeasuringLevel(int measuringLevel)
Sets the measuring level. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VariableParam()
Method Detail |
---|
public int getMeasuringLevel()
public void setMeasuringLevel(int measuringLevel)
measuringLevel
- the new measuring levelpublic int getColumnWidth()
public void setColumnWidth(int columnWidth)
columnWidth
- the new column widthpublic int getAlignment()
public void setAlignment(int alignment)
alignment
- the new alignment
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |