hep.ilc.marlin.jni
Class LCGenericObject

java.lang.Object
  extended by hep.ilc.marlin.jni.LCObject
      extended by hep.ilc.marlin.jni.LCGenericObject

public class LCGenericObject
extends LCObject


Field Summary
 
Fields inherited from class hep.ilc.marlin.jni.LCObject
swigCMemOwn
 
Constructor Summary
protected LCGenericObject(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
protected static long getCPtr(LCGenericObject obj)
           
 String getDataDescription()
           
 double getDoubleVal(int index)
           
 float getFloatVal(int index)
           
 int getIntVal(int index)
           
 int getNDouble()
           
 int getNFloat()
           
 int getNInt()
           
 String getTypeName()
           
 int hashCode()
           
 boolean isFixedSize()
           
 
Methods inherited from class hep.ilc.marlin.jni.LCObject
getCPtr
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LCGenericObject

protected LCGenericObject(long cPtr,
                          boolean cMemoryOwn)
Method Detail

getCPtr

protected static long getCPtr(LCGenericObject obj)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class LCObject
Throws:
Throwable

delete

public void delete()
Overrides:
delete in class LCObject

equals

public boolean equals(Object obj)
Overrides:
equals in class LCObject

hashCode

public int hashCode()
Overrides:
hashCode in class LCObject

getNInt

public int getNInt()

getNFloat

public int getNFloat()

getNDouble

public int getNDouble()

getIntVal

public int getIntVal(int index)

getFloatVal

public float getFloatVal(int index)

getDoubleVal

public double getDoubleVal(int index)

isFixedSize

public boolean isFixedSize()

getTypeName

public String getTypeName()

getDataDescription

public String getDataDescription()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.