hep.geant4.jni
Class G4IsotopeProperty

java.lang.Object
  extended by hep.geant4.jni.G4IsotopeProperty

public class G4IsotopeProperty
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4IsotopeProperty()
           
G4IsotopeProperty(G4IsotopeProperty right)
           
G4IsotopeProperty(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 void dumpInfo()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 int getAtomicMass()
           
 int getAtomicNumber()
           
static long getCPtr(G4IsotopeProperty obj)
           
 G4DecayTable getDecayTable()
           
 double getEnergy()
           
 int getiSpin()
           
 double getLifeTime()
           
 void setAtomicMass(int A)
           
 void setAtomicNumber(int Z)
           
 void setDecayTable(G4DecayTable table)
           
 void setEnergy(double E)
           
 void setiSpin(int J)
           
 void setLifeTime(double T)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4IsotopeProperty

public G4IsotopeProperty(long cPtr,
                         boolean cMemoryOwn)

G4IsotopeProperty

public G4IsotopeProperty()

G4IsotopeProperty

public G4IsotopeProperty(G4IsotopeProperty right)
Method Detail

getCPtr

public static long getCPtr(G4IsotopeProperty obj)

finalize

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

delete

public void delete()

equals

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

getAtomicNumber

public int getAtomicNumber()

setAtomicNumber

public void setAtomicNumber(int Z)

getAtomicMass

public int getAtomicMass()

setAtomicMass

public void setAtomicMass(int A)

getiSpin

public int getiSpin()

setiSpin

public void setiSpin(int J)

getEnergy

public double getEnergy()

setEnergy

public void setEnergy(double E)

getLifeTime

public double getLifeTime()

setLifeTime

public void setLifeTime(double T)

getDecayTable

public G4DecayTable getDecayTable()

setDecayTable

public void setDecayTable(G4DecayTable table)

dumpInfo

public void dumpInfo()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.