|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.penguinwerks.jodene.data.Column
Represents a column in the output data set. A column has a name and an optional scaler.
| Constructor Summary | |
Column()
The constructor for the comment. |
|
| Method Summary | |
java.lang.String |
getName()
This will be the name of the column in the output data set. |
Scaler |
getScaler()
This will be the scaler used to scale the value. |
boolean |
isScaling()
Identifies the column as performing scaling. |
void |
setName(java.lang.String name)
This will be the name of the column in the output data set. |
void |
setScaler(Scaler scaler)
This will be the scaler used to scale the value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Column()
| Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name - The name to set.public Scaler getScaler()
public void setScaler(Scaler scaler)
scaler - The scaler to set.public boolean isScaling()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||