FreeHEP API
Version current

hep.io.root.interfaces
Interface TStreamerElement

All Superinterfaces:
RootObject, TNamed, TObject
All Known Subinterfaces:
TStreamerBase, TStreamerBasicPointer, TStreamerBasicType, TStreamerLoop, TStreamerObject, TStreamerObjectAny, TStreamerObjectPointer, TStreamerString

public interface TStreamerElement
extends RootObject, TNamed

Source Code:
TStreamerElement.java

Field Summary
 
Fields inherited from interface hep.io.root.interfaces.TNamed
rootIOVersion
 
Method Summary
 int getArrayDim()
           
 int getArrayLength()
           
 int[] getMaxIndex()
           
 int getSize()
           
 int getType()
           
 String getTypeName()
           
 
Methods inherited from interface hep.io.root.RootObject
getRootClass
 
Methods inherited from interface hep.io.root.interfaces.TNamed
getName, getTitle
 
Methods inherited from interface hep.io.root.interfaces.TObject
getBits, getUniqueID
 

Method Detail

getArrayDim

public int getArrayDim()

getArrayLength

public int getArrayLength()

getMaxIndex

public int[] getMaxIndex()

getSize

public int getSize()

getType

public int getType()

getTypeName

public String getTypeName()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.