csnd

Class csCfgVariable_t

public class csCfgVariable_t extends Object

Field Summary
protected booleanswigCMemOwn
Constructor Summary
protected csCfgVariable_t(long cPtr, boolean cMemoryOwn)
csCfgVariable_t()
Method Summary
voiddelete()
protected voidfinalize()
csCfgVariableBoolean_tgetB()
protected static longgetCPtr(csCfgVariable_t obj)
csCfgVariableDouble_tgetD()
csCfgVariableFloat_tgetF()
csCfgVariableHead_tgetH()
csCfgVariableInt_tgetI()
csCfgVariableMYFLT_tgetM()
csCfgVariableString_tgetS()
voidsetB(csCfgVariableBoolean_t value)
voidsetD(csCfgVariableDouble_t value)
voidsetF(csCfgVariableFloat_t value)
voidsetH(csCfgVariableHead_t value)
voidsetI(csCfgVariableInt_t value)
voidsetM(csCfgVariableMYFLT_t value)
voidsetS(csCfgVariableString_t value)

Field Detail

swigCMemOwn

protected boolean swigCMemOwn

Constructor Detail

csCfgVariable_t

protected csCfgVariable_t(long cPtr, boolean cMemoryOwn)

csCfgVariable_t

public csCfgVariable_t()

Method Detail

delete

public void delete()

finalize

protected void finalize()

getB

public csCfgVariableBoolean_t getB()

getCPtr

protected static long getCPtr(csCfgVariable_t obj)

getD

public csCfgVariableDouble_t getD()

getF

public csCfgVariableFloat_t getF()

getH

public csCfgVariableHead_t getH()

getI

public csCfgVariableInt_t getI()

getM

public csCfgVariableMYFLT_t getM()

getS

public csCfgVariableString_t getS()

setB

public void setB(csCfgVariableBoolean_t value)

setD

public void setD(csCfgVariableDouble_t value)

setF

public void setF(csCfgVariableFloat_t value)

setH

public void setH(csCfgVariableHead_t value)

setI

public void setI(csCfgVariableInt_t value)

setM

public void setM(csCfgVariableMYFLT_t value)

setS

public void setS(csCfgVariableString_t value)