csnd

Class csCfgVariableInt_t

public class csCfgVariableInt_t extends Object

Field Summary
protected booleanswigCMemOwn
Constructor Summary
csCfgVariableInt_t(long cPtr, boolean cMemoryOwn)
csCfgVariableInt_t()
Method Summary
voiddelete()
protected voidfinalize()
static longgetCPtr(csCfgVariableInt_t obj)
intgetFlags()
SWIGTYPE_p_unsigned_chargetLongDesc()
intgetMax()
intgetMin()
SWIGTYPE_p_unsigned_chargetName()
csCfgVariable_tgetNxt()
SWIGTYPE_p_intgetP()
SWIGTYPE_p_unsigned_chargetShortDesc()
intgetType()
voidsetFlags(int value)
voidsetLongDesc(SWIGTYPE_p_unsigned_char value)
voidsetMax(int value)
voidsetMin(int value)
voidsetName(SWIGTYPE_p_unsigned_char value)
voidsetNxt(csCfgVariable_t value)
voidsetP(SWIGTYPE_p_int value)
voidsetShortDesc(SWIGTYPE_p_unsigned_char value)
voidsetType(int value)

Field Detail

swigCMemOwn

protected boolean swigCMemOwn

Constructor Detail

csCfgVariableInt_t

public csCfgVariableInt_t(long cPtr, boolean cMemoryOwn)

csCfgVariableInt_t

public csCfgVariableInt_t()

Method Detail

delete

public void delete()

finalize

protected void finalize()

getCPtr

public static long getCPtr(csCfgVariableInt_t obj)

getFlags

public int getFlags()

getLongDesc

public SWIGTYPE_p_unsigned_char getLongDesc()

getMax

public int getMax()

getMin

public int getMin()

getName

public SWIGTYPE_p_unsigned_char getName()

getNxt

public csCfgVariable_t getNxt()

getP

public SWIGTYPE_p_int 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(int value)

setMin

public void setMin(int value)

setName

public void setName(SWIGTYPE_p_unsigned_char value)

setNxt

public void setNxt(csCfgVariable_t value)

setP

public void setP(SWIGTYPE_p_int value)

setShortDesc

public void setShortDesc(SWIGTYPE_p_unsigned_char value)

setType

public void setType(int value)