hep.geant4.jni
Class G4ChargeState

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

public class G4ChargeState
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4ChargeState(double charge)
           
G4ChargeState(double charge, double magnetic_dipole_moment)
           
G4ChargeState(double charge, double magnetic_dipole_moment, double electric_dipole_moment)
           
G4ChargeState(double charge, double magnetic_dipole_moment, double electric_dipole_moment, double magnetic_charge)
           
G4ChargeState(G4ChargeState right)
           
G4ChargeState(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 double electricDipoleMoment()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 double getCharge()
           
static long getCPtr(G4ChargeState obj)
           
 double getMagneticDipoleMoment()
           
 double magneticCharge()
           
 void setCharge(double charge)
           
 void setChargeAndMoments(double charge)
           
 void setChargeAndMoments(double charge, double magnetic_dipole_moment)
           
 void setChargeAndMoments(double charge, double magnetic_dipole_moment, double electric_dipole_moment)
           
 void setChargeAndMoments(double charge, double magnetic_dipole_moment, double electric_dipole_moment, double magnetic_charge)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4ChargeState

public G4ChargeState(long cPtr,
                     boolean cMemoryOwn)

G4ChargeState

public G4ChargeState(double charge,
                     double magnetic_dipole_moment,
                     double electric_dipole_moment,
                     double magnetic_charge)

G4ChargeState

public G4ChargeState(double charge,
                     double magnetic_dipole_moment,
                     double electric_dipole_moment)

G4ChargeState

public G4ChargeState(double charge,
                     double magnetic_dipole_moment)

G4ChargeState

public G4ChargeState(double charge)

G4ChargeState

public G4ChargeState(G4ChargeState right)
Method Detail

getCPtr

public static long getCPtr(G4ChargeState 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

setCharge

public void setCharge(double charge)

setChargeAndMoments

public void setChargeAndMoments(double charge,
                                double magnetic_dipole_moment,
                                double electric_dipole_moment,
                                double magnetic_charge)

setChargeAndMoments

public void setChargeAndMoments(double charge,
                                double magnetic_dipole_moment,
                                double electric_dipole_moment)

setChargeAndMoments

public void setChargeAndMoments(double charge,
                                double magnetic_dipole_moment)

setChargeAndMoments

public void setChargeAndMoments(double charge)

getCharge

public double getCharge()

getMagneticDipoleMoment

public double getMagneticDipoleMoment()

electricDipoleMoment

public double electricDipoleMoment()

magneticCharge

public double magneticCharge()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.