|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface representing a RootClass. RootClass objects are created by a RootClassFactory
RootClassFactory
Method Summary | |
int |
getCheckSum()
Get the check sum for this Root class |
String |
getClassName()
Get the root class name for this Root class |
Class |
getJavaClass()
Get the Java class corresponding to this Root class |
RootMember[] |
getMembers()
|
RootClass[] |
getSuperClasses()
Get the super-classes of this Root class. |
int |
getVersion()
Get the version number for this Root class |
boolean |
instanceOf(RootClass superClass)
Test if this class is a sub-class of the specified class |
Method Detail |
public int getCheckSum()
public Class getJavaClass()
public RootMember[] getMembers()
public int getVersion()
public String getClassName()
public RootClass[] getSuperClasses()
public boolean instanceOf(RootClass superClass)
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |