|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hep.io.hbook.HbookObject hep.io.hbook.TupleColumn hep.io.hbook.ColumnwiseTupleColumn
A column in a ColumnwiseTuple
Method Summary | |
boolean |
getBoolean()
Get the value of this column as a boolean |
Class |
getColumnClass()
Get the type of this column |
double |
getDouble()
Get the value of this column as a double |
int |
getInt()
Get the value of this column as an int |
double |
getMax()
The maximum value for this column |
double |
getMin()
The minimum value for this column |
PawArray |
getObject()
Get the value of this column as an PawArray |
String |
getString()
Get the value of this column as a String |
String |
toString()
|
Methods inherited from class hep.io.hbook.HbookObject |
getName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public String toString()
public double getDouble()
public int getInt()
public boolean getBoolean()
public String getString()
public PawArray getObject()
public Class getColumnClass()
public double getMin()
public double getMax()
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |