org.dianahep.root4j.interfaces.TLeafElement Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of root4j Show documentation
Show all versions of root4j Show documentation
Derived from FreeHEP ROOT IO (http://java.freehep.org/freehep-rootio); modernized and GUI dropped.
/*
* Interface created by InterfaceBuilder. Do not modify.
*
* Created on Wed Jul 18 16:24:09 PDT 2001
*/
package org.dianahep.root4j.interfaces;
import org.dianahep.root4j.*;
public interface TLeafElement extends org.dianahep.root4j.RootObject, TLeaf
{
public final static int rootIOVersion = 1;
/** element serial number in fInfo */
int getID();
void setMember(RootMember member);
/** leaf type */
int getType();
}