hep.geant4.jni
Class G4AttValue

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

public class G4AttValue
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4AttValue()
           
G4AttValue(long cPtr, boolean cMemoryOwn)
           
G4AttValue(String name, String value, String showLabel)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4AttValue obj)
           
 String getName()
           
 String getShowLabel()
           
 String getValue()
           
 void setName(String name)
           
 void setShowLabel(String lab)
           
 void setValue(String val)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4AttValue

public G4AttValue(long cPtr,
                  boolean cMemoryOwn)

G4AttValue

public G4AttValue(String name,
                  String value,
                  String showLabel)

G4AttValue

public G4AttValue()
Method Detail

getCPtr

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

getValue

public String getValue()

getShowLabel

public String getShowLabel()

setName

public void setName(String name)

setValue

public void setValue(String val)

setShowLabel

public void setShowLabel(String lab)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.