csnd

Class 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()
protected 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)

Field Details

swigCMemOwn

protected boolean swigCMemOwn

Constructor Details

csCfgVariableDouble_t

public csCfgVariableDouble_t()

csCfgVariableDouble_t

protected csCfgVariableDouble_t(long cPtr,
                                boolean cMemoryOwn)

Method Details

delete

public void delete()

finalize

protected void finalize()

getCPtr

protected static long getCPtr(csCfgVariableDouble_t obj)

getFlags

public int getFlags()

getLongDesc

public SWIGTYPE_p_unsigned_char getLongDesc()

getMax

public double getMax()

getMin

public double getMin()

getName

public SWIGTYPE_p_unsigned_char getName()

getNxt

public csCfgVariable_t getNxt()

getP

public SWIGTYPE_p_double getP()

getShortDesc

public SWIGTYPE_p_unsigned_char getShortDesc()

getType

public int getType()

setFlags

public void setFlags(int value)

setLongDesc

public void setLongDesc(SWIGTYPE_p_unsigned_char value)

setMax

public void setMax(double value)

setMin

public void setMin(double value)

setName

public void setName(SWIGTYPE_p_unsigned_char value)

setNxt

public void setNxt(csCfgVariable_t value)

setP

public void setP(SWIGTYPE_p_double value)

setShortDesc

public void setShortDesc(SWIGTYPE_p_unsigned_char value)

setType

public void setType(int value)