hep.geant4.jni
Class G4UIcmdWithAnInteger

java.lang.Object
  extended by hep.geant4.jni.G4UIcommand
      extended by hep.geant4.jni.G4UIcmdWithAnInteger

public class G4UIcmdWithAnInteger
extends G4UIcommand


Field Summary
 
Fields inherited from class hep.geant4.jni.G4UIcommand
swigCMemOwn
 
Constructor Summary
G4UIcmdWithAnInteger(long cPtr, boolean cMemoryOwn)
           
G4UIcmdWithAnInteger(String theCommandPath, G4UImessenger theMessenger)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4UIcmdWithAnInteger obj)
           
static int getNewIntValue(String paramString)
           
 void setDefaultValue(int defVal)
           
 void setParameterName(String theName, boolean omittable)
           
 void setParameterName(String theName, boolean omittable, boolean currentAsDefault)
           
 
Methods inherited from class hep.geant4.jni.G4UIcommand
availableForStates, availableForStates, availableForStates, availableForStates, availableForStates, categoryOf, convertTo3Vector, convertToBool, convertToDimensioned3Vector, convertToDimensionedDouble, convertToDouble, convertToInt, convertToString, convertToString, convertToString, convertToString, convertToString, convertToString, doIt, getCommandName, getCommandPath, getCPtr, getCurrentValue, getGuidanceEntries, getGuidanceLine, getParameter, getParameterEntries, getRange, getStateList, getTitle, isAvailable, list, setGuidance, setParameter, setRange, unitsList, valueOf
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4UIcmdWithAnInteger

public G4UIcmdWithAnInteger(long cPtr,
                            boolean cMemoryOwn)

G4UIcmdWithAnInteger

public G4UIcmdWithAnInteger(String theCommandPath,
                            G4UImessenger theMessenger)
Method Detail

getCPtr

public static long getCPtr(G4UIcmdWithAnInteger obj)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class G4UIcommand
Throws:
Throwable

delete

public void delete()
Overrides:
delete in class G4UIcommand

equals

public boolean equals(Object obj)
Overrides:
equals in class G4UIcommand

getNewIntValue

public static int getNewIntValue(String paramString)

setParameterName

public void setParameterName(String theName,
                             boolean omittable,
                             boolean currentAsDefault)

setParameterName

public void setParameterName(String theName,
                             boolean omittable)

setDefaultValue

public void setDefaultValue(int defVal)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.