csnd
Class csCfgVariableFloat_t

java.lang.Object
  extended by csnd.csCfgVariableFloat_t

public class csCfgVariableFloat_t
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  csCfgVariableFloat_t()
           
protected csCfgVariableFloat_t(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(csCfgVariableFloat_t obj)
           
 int getFlags()
           
 SWIGTYPE_p_unsigned_char getLongDesc()
           
 float getMax()
           
 float getMin()
           
 SWIGTYPE_p_unsigned_char getName()
           
 csCfgVariable_t getNxt()
           
 SWIGTYPE_p_float getP()
           
 SWIGTYPE_p_unsigned_char getShortDesc()
           
 int getType()
           
 void setFlags(int value)
           
 void setLongDesc(SWIGTYPE_p_unsigned_char value)
           
 void setMax(float value)
           
 void setMin(float value)
           
 void setName(SWIGTYPE_p_unsigned_char value)
           
 void setNxt(csCfgVariable_t value)
           
 void setP(SWIGTYPE_p_float 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

csCfgVariableFloat_t

protected csCfgVariableFloat_t(long cPtr,
                               boolean cMemoryOwn)

csCfgVariableFloat_t

public csCfgVariableFloat_t()
Method Detail

getCPtr

protected static long getCPtr(csCfgVariableFloat_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_float value)

getP

public SWIGTYPE_p_float 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(float value)

getMin

public float getMin()

setMax

public void setMax(float value)

getMax

public float getMax()