hep.geant4.jni
Class G4UnitDefinition

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

public class G4UnitDefinition
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4UnitDefinition(long cPtr, boolean cMemoryOwn)
           
G4UnitDefinition(String name, String symbol, String category, double value)
           
 
Method Summary
static void buildUnitsTable()
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static String getCategory(String arg0)
           
static long getCPtr(G4UnitDefinition obj)
           
 String getName()
           
 String getSymbol()
           
static G4UnitsTable getUnitsTable()
           
 double getValue()
           
static double getValueOf(String arg0)
           
 void printDefinition()
           
static void printUnitsTable()
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4UnitDefinition

public G4UnitDefinition(long cPtr,
                        boolean cMemoryOwn)

G4UnitDefinition

public G4UnitDefinition(String name,
                        String symbol,
                        String category,
                        double value)
Method Detail

getCPtr

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

getName

public String getName()

getSymbol

public String getSymbol()

getValue

public double getValue()

printDefinition

public void printDefinition()

buildUnitsTable

public static void buildUnitsTable()

printUnitsTable

public static void printUnitsTable()

getUnitsTable

public static G4UnitsTable getUnitsTable()

getValueOf

public static double getValueOf(String arg0)

getCategory

public static String getCategory(String arg0)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.