hep.geant4.jni
Class G4SurfaceProperty

java.lang.Object
  extended by hep.geant4.jni.G4SurfaceProperty
Direct Known Subclasses:
G4OpticalSurface

public class G4SurfaceProperty
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4SurfaceProperty(long cPtr, boolean cMemoryOwn)
           
G4SurfaceProperty(String name)
           
G4SurfaceProperty(String name, G4SurfaceType type)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4SurfaceProperty obj)
           
 String getName()
           
 G4SurfaceType getType()
           
 void setName(String name)
           
 void setType(G4SurfaceType type)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4SurfaceProperty

public G4SurfaceProperty(long cPtr,
                         boolean cMemoryOwn)

G4SurfaceProperty

public G4SurfaceProperty(String name,
                         G4SurfaceType type)

G4SurfaceProperty

public G4SurfaceProperty(String name)
Method Detail

getCPtr

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

setName

public void setName(String name)

getType

public G4SurfaceType getType()

setType

public void setType(G4SurfaceType type)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.