csnd

Class csCfgVariableString_t

public class csCfgVariableString_t extends Object

Field Summary
protected booleanswigCMemOwn
Constructor Summary
protected csCfgVariableString_t(long cPtr, boolean cMemoryOwn)
csCfgVariableString_t()
Method Summary
voiddelete()
protected voidfinalize()
protected static longgetCPtr(csCfgVariableString_t obj)
intgetFlags()
SWIGTYPE_p_unsigned_chargetLongDesc()
intgetMaxlen()
SWIGTYPE_p_unsigned_chargetName()
csCfgVariable_tgetNxt()
StringgetP()
SWIGTYPE_p_unsigned_chargetShortDesc()
intgetType()
voidsetFlags(int value)
voidsetLongDesc(SWIGTYPE_p_unsigned_char value)
voidsetMaxlen(int value)
voidsetName(SWIGTYPE_p_unsigned_char value)
voidsetNxt(csCfgVariable_t value)
voidsetP(String value)
voidsetShortDesc(SWIGTYPE_p_unsigned_char value)
voidsetType(int value)

Field Detail

swigCMemOwn

protected boolean swigCMemOwn

Constructor Detail

csCfgVariableString_t

protected csCfgVariableString_t(long cPtr, boolean cMemoryOwn)

csCfgVariableString_t

public csCfgVariableString_t()

Method Detail

delete

public void delete()

finalize

protected void finalize()

getCPtr

protected static long getCPtr(csCfgVariableString_t obj)

getFlags

public int getFlags()

getLongDesc

public SWIGTYPE_p_unsigned_char getLongDesc()

getMaxlen

public int getMaxlen()

getName

public SWIGTYPE_p_unsigned_char getName()

getNxt

public csCfgVariable_t getNxt()

getP

public String 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)

setMaxlen

public void setMaxlen(int value)

setName

public void setName(SWIGTYPE_p_unsigned_char value)

setNxt

public void setNxt(csCfgVariable_t value)

setP

public void setP(String value)

setShortDesc

public void setShortDesc(SWIGTYPE_p_unsigned_char value)

setType

public void setType(int value)