csnd
Class csCfgVariableDouble_t

java.lang.Object
  extended by csnd.csCfgVariableDouble_t

public class csCfgVariableDouble_t
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
csCfgVariableDouble_t()
           
csCfgVariableDouble_t(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
static long getCPtr(csCfgVariableDouble_t obj)
           
 int getFlags()
           
 SWIGTYPE_p_unsigned_char getLongDesc()
           
 double getMax()
           
 double getMin()
           
 SWIGTYPE_p_unsigned_char getName()
           
 csCfgVariable_t getNxt()
           
 SWIGTYPE_p_double getP()
           
 SWIGTYPE_p_unsigned_char getShortDesc()
           
 int getType()
           
 void setFlags(int value)
           
 void setLongDesc(SWIGTYPE_p_unsigned_char value)
           
 void setMax(double value)
           
 void setMin(double value)
           
 void setName(SWIGTYPE_p_unsigned_char value)
           
 void setNxt(csCfgVariable_t value)
           
 void setP(SWIGTYPE_p_double value)
           
 void setShortDesc(SWIGTYPE_p_unsigned_char value)
           
 void setType(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

csCfgVariableDouble_t

public csCfgVariableDouble_t(long cPtr,
                             boolean cMemoryOwn)

csCfgVariableDouble_t

public csCfgVariableDouble_t()
Method Detail

getCPtr

public static long getCPtr(csCfgVariableDouble_t obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

setNxt

public void setNxt(csCfgVariable_t value)

getNxt

public csCfgVariable_t getNxt()

setName

public void setName(SWIGTYPE_p_unsigned_char value)

getName

public SWIGTYPE_p_unsigned_char getName()

setP

public void setP(SWIGTYPE_p_double value)

getP

public SWIGTYPE_p_double getP()

setType

public void setType(int value)

getType

public int getType()

setFlags

public void setFlags(int value)

getFlags

public int getFlags()

setShortDesc

public void setShortDesc(SWIGTYPE_p_unsigned_char value)

getShortDesc

public SWIGTYPE_p_unsigned_char getShortDesc()

setLongDesc

public void setLongDesc(SWIGTYPE_p_unsigned_char value)

getLongDesc

public SWIGTYPE_p_unsigned_char getLongDesc()

setMin

public void setMin(double value)

getMin

public double getMin()

setMax

public void setMax(double value)

getMax

public double getMax()