csnd

Class csCfgVariableInt_t


public class csCfgVariableInt_t
extends java.lang.Object

Field Summary

protected boolean
swigCMemOwn

Constructor Summary

csCfgVariableInt_t()
csCfgVariableInt_t(long cPtr, boolean cMemoryOwn)

Method Summary

void
delete()
protected void
finalize()
protected static long
getCPtr(csCfgVariableInt_t obj)
int
getFlags()
SWIGTYPE_p_unsigned_char
getLongDesc()
int
getMax()
int
getMin()
SWIGTYPE_p_unsigned_char
getName()
csCfgVariable_t
getNxt()
SWIGTYPE_p_int
getP()
SWIGTYPE_p_unsigned_char
getShortDesc()
int
getType()
void
setFlags(int value)
void
setLongDesc(SWIGTYPE_p_unsigned_char value)
void
setMax(int value)
void
setMin(int value)
void
setName(SWIGTYPE_p_unsigned_char value)
void
setNxt(csCfgVariable_t value)
void
setP(SWIGTYPE_p_int value)
void
setShortDesc(SWIGTYPE_p_unsigned_char value)
void
setType(int value)

Field Details

swigCMemOwn

protected boolean swigCMemOwn

Constructor Details

csCfgVariableInt_t

public csCfgVariableInt_t()

csCfgVariableInt_t

protected csCfgVariableInt_t(long cPtr,
                             boolean cMemoryOwn)

Method Details

delete

public void delete()

finalize

protected void finalize()

getCPtr

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