|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.miningmart.m4.utils.ValueCount
This class holds statistical information for one column, representing the table colstatist2_t.
Constructor Summary | |
ValueCount()
|
Method Summary | |
int |
getCount()
Getter method. |
double |
getMax()
Getter method. |
double |
getMin()
Getter method. |
java.lang.String |
getValue()
Getter method. |
void |
setCount(int c)
Setter method. |
void |
setMax(double max)
Setter method. |
void |
setMin(double min)
Setter method. |
void |
setValue(java.lang.String v)
Setter method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ValueCount()
Method Detail |
public void setValue(java.lang.String v)
v
- the new valuepublic java.lang.String getValue()
public void setCount(int c)
c
- the new countpublic int getCount()
public void setMin(double min)
min
- the new mininumpublic double getMin()
public void setMax(double max)
max
- the new maximumpublic double getMax()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |