FreeHEP API
Version v1.2.2

hep.io.hbook
Class ColumnwiseTupleColumn

java.lang.Object
  |
  +--hep.io.hbook.HbookObject
        |
        +--hep.io.hbook.TupleColumn
              |
              +--hep.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

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()
Overrides:
toString in class Object

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 v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.