csnd

Class csCfgVariableMYFLT_t


public class csCfgVariableMYFLT_t
extends java.lang.Object

Field Summary

protected boolean
swigCMemOwn

Constructor Summary

csCfgVariableMYFLT_t()
csCfgVariableMYFLT_t(long cPtr, boolean cMemoryOwn)

Method Summary

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

Field Details

swigCMemOwn

protected boolean swigCMemOwn

Constructor Details

csCfgVariableMYFLT_t

public csCfgVariableMYFLT_t()

csCfgVariableMYFLT_t

protected csCfgVariableMYFLT_t(long cPtr,
                               boolean cMemoryOwn)

Method Details

delete

public void delete()

finalize

protected void finalize()

getCPtr

protected static long getCPtr(csCfgVariableMYFLT_t obj)

getFlags

public int getFlags()

getLongDesc

public SWIGTYPE_p_unsigned_char getLongDesc()

getMax

public float getMax()

getMin

public float getMin()

getName

public SWIGTYPE_p_unsigned_char getName()

getNxt

public csCfgVariable_t getNxt()

getP

public SWIGTYPE_p_float 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(float value)

setMin

public void setMin(float value)

setName

public void setName(SWIGTYPE_p_unsigned_char value)

setNxt

public void setNxt(csCfgVariable_t value)

setP

public void setP(SWIGTYPE_p_float value)

setShortDesc

public void setShortDesc(SWIGTYPE_p_unsigned_char value)

setType

public void setType(int value)