FreeHEP API
Version current

hep.aida.ref.remote.rmi.data
Class RmiTableData

java.lang.Object
  extended byhep.aida.ref.remote.rmi.data.RmiTableData
All Implemented Interfaces:
Serializable

public class RmiTableData
extends Object
implements Serializable

This class contains data for ITable

Author:
serbo
See Also:
Serialized Form
Source Code:
RmiTableData.java

Constructor Summary
RmiTableData()
          Creates a new instance of RmiHist1DData
RmiTableData(RmiAnnotationItem[] items, Object[][] values, String[] labels)
           
 
Method Summary
 RmiAnnotationItem[] getAnnotationItems()
           
 String[] getLabels()
           
 Object[][] getValues()
           
 void setAnnotationItems(RmiAnnotationItem[] items)
           
 void setLabels(String[] labels)
           
 void setValues(Object[][] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RmiTableData

public RmiTableData()
Creates a new instance of RmiHist1DData


RmiTableData

public RmiTableData(RmiAnnotationItem[] items,
                    Object[][] values,
                    String[] labels)
Method Detail

setAnnotationItems

public void setAnnotationItems(RmiAnnotationItem[] items)

getAnnotationItems

public RmiAnnotationItem[] getAnnotationItems()

setValues

public void setValues(Object[][] values)

getValues

public Object[][] getValues()

setLabels

public void setLabels(String[] labels)

getLabels

public String[] getLabels()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.