hep.ilc.marlin.jni
Class LCParameters

java.lang.Object
  extended by hep.ilc.marlin.jni.LCParameters
Direct Known Subclasses:
LCParametersAdapter, LCParametersAdapter

public class LCParameters
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  LCParameters()
           
protected LCParameters(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
protected static long getCPtr(LCParameters obj)
           
 StringVector getFloatKeys(StringVector keys)
           
 float getFloatVal(String key)
           
 FloatVector getFloatVals(String key, FloatVector values)
           
 StringVector getIntKeys(StringVector keys)
           
 int getIntVal(String key)
           
 IntVector getIntVals(String key, IntVector values)
           
 int getNFloat(String key)
           
 int getNInt(String key)
           
 int getNString(String key)
           
 StringVector getStringKeys(StringVector keys)
           
 String getStringVal(String key)
           
 StringVector getStringVals(String key, StringVector values)
           
 int hashCode()
           
 void setValue(String key, float value)
           
 void setValue(String key, int value)
           
 void setValue(String key, String value)
           
 void setValues(String key, FloatVector values)
           
 void setValues(String key, IntVector values)
           
 void setValues(String key, StringVector values)
           
protected  void swigDirectorDisconnect()
           
 void swigReleaseOwnership()
           
 void swigTakeOwnership()
           
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

LCParameters

protected LCParameters(long cPtr,
                       boolean cMemoryOwn)

LCParameters

public LCParameters()
Method Detail

getCPtr

protected static long getCPtr(LCParameters obj)

finalize

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

delete

public void delete()

swigDirectorDisconnect

protected void swigDirectorDisconnect()

swigReleaseOwnership

public void swigReleaseOwnership()

swigTakeOwnership

public void swigTakeOwnership()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getIntVal

public int getIntVal(String key)

getFloatVal

public float getFloatVal(String key)

getStringVal

public String getStringVal(String key)

getIntVals

public IntVector getIntVals(String key,
                            IntVector values)

getFloatVals

public FloatVector getFloatVals(String key,
                                FloatVector values)

getStringVals

public StringVector getStringVals(String key,
                                  StringVector values)

getIntKeys

public StringVector getIntKeys(StringVector keys)

getFloatKeys

public StringVector getFloatKeys(StringVector keys)

getStringKeys

public StringVector getStringKeys(StringVector keys)

getNInt

public int getNInt(String key)

getNFloat

public int getNFloat(String key)

getNString

public int getNString(String key)

setValue

public void setValue(String key,
                     int value)

setValue

public void setValue(String key,
                     float value)

setValue

public void setValue(String key,
                     String value)

setValues

public void setValues(String key,
                      IntVector values)

setValues

public void setValues(String key,
                      FloatVector values)

setValues

public void setValues(String key,
                      StringVector values)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.