FreeHEP API
Version current

hep.io.hbook
Class ColumnwiseTupleColumn

java.lang.Object
  extended byhep.io.hbook.HbookObject
      extended byhep.io.hbook.TupleColumn
          extended byhep.io.hbook.ColumnwiseTupleColumn

public class ColumnwiseTupleColumn
extends TupleColumn

A column in a ColumnwiseTuple

Version:
$Id: ColumnwiseTupleColumn.java,v 1.3 2003/08/27 20:06:31 tonyj Exp $
Author:
tonyj
Source Code:
ColumnwiseTupleColumn.java

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

toString

public String toString()

getDouble

public double getDouble()
Get the value of this column as a double


getInt

public int getInt()
Get the value of this column as an int


getBoolean

public boolean getBoolean()
Get the value of this column as a boolean


getString

public String getString()
Get the value of this column as a String


getObject

public PawArray getObject()
Get the value of this column as an PawArray


getColumnClass

public Class getColumnClass()
Get the type of this column

Returns:
The java class representing the column type

getMin

public double getMin()
The minimum value for this column


getMax

public double getMax()
The maximum value for this column


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.