hep.geant4.jni
Class G4UnitsCategory

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

public class G4UnitsCategory
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4UnitsCategory(long cPtr, boolean cMemoryOwn)
           
G4UnitsCategory(String name)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4UnitsCategory obj)
           
 String getName()
           
 int getNameMxLen()
           
 int getSymbMxLen()
           
 G4UnitsContainer getUnitsList()
           
 void printCategory()
           
 void updateNameMxLen(int len)
           
 void updateSymbMxLen(int len)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4UnitsCategory

public G4UnitsCategory(long cPtr,
                       boolean cMemoryOwn)

G4UnitsCategory

public G4UnitsCategory(String name)
Method Detail

getCPtr

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

getUnitsList

public G4UnitsContainer getUnitsList()

getNameMxLen

public int getNameMxLen()

getSymbMxLen

public int getSymbMxLen()

updateNameMxLen

public void updateNameMxLen(int len)

updateSymbMxLen

public void updateSymbMxLen(int len)

printCategory

public void printCategory()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.