hep.geant4.jni
Class G4AttCheck

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

public class G4AttCheck
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4AttCheck(G4AttValueVector values, G4StringG4AttDefMap definitions)
           
G4AttCheck(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 boolean check()
           
 boolean check(String leader)
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 G4StringG4AttDefMap getAttDefs()
           
 G4AttValueVector getAttValues()
           
static long getCPtr(G4AttCheck obj)
           
 boolean standard(G4AttValueVector standardValues, G4StringG4AttDefMap standardDefinitions)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4AttCheck

public G4AttCheck(long cPtr,
                  boolean cMemoryOwn)

G4AttCheck

public G4AttCheck(G4AttValueVector values,
                  G4StringG4AttDefMap definitions)
Method Detail

getCPtr

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

getAttValues

public G4AttValueVector getAttValues()

getAttDefs

public G4StringG4AttDefMap getAttDefs()

check

public boolean check(String leader)

check

public boolean check()

standard

public boolean standard(G4AttValueVector standardValues,
                        G4StringG4AttDefMap standardDefinitions)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.