public class csCfgVariableBoolean_t
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
csCfgVariableBoolean_t() |
protected |
csCfgVariableBoolean_t(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(csCfgVariableBoolean_t obj) |
int |
getFlags() |
SWIGTYPE_p_unsigned_char |
getLongDesc() |
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 |
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) |
protected csCfgVariableBoolean_t(long cPtr, boolean cMemoryOwn)
public csCfgVariableBoolean_t()
protected static long getCPtr(csCfgVariableBoolean_t obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setNxt(csCfgVariable_t value)
public csCfgVariable_t getNxt()
public void setName(SWIGTYPE_p_unsigned_char value)
public SWIGTYPE_p_unsigned_char getName()
public void setP(SWIGTYPE_p_int value)
public SWIGTYPE_p_int getP()
public void setType(int value)
public int getType()
public void setFlags(int value)
public int getFlags()
public void setShortDesc(SWIGTYPE_p_unsigned_char value)
public SWIGTYPE_p_unsigned_char getShortDesc()
public void setLongDesc(SWIGTYPE_p_unsigned_char value)
public SWIGTYPE_p_unsigned_char getLongDesc()