csnd
public class csCfgVariableDouble_t extends Object
| Field Summary | |
|---|---|
| protected boolean | swigCMemOwn |
| Constructor Summary | |
|---|---|
| protected | csCfgVariableDouble_t(long cPtr, boolean cMemoryOwn) |
| csCfgVariableDouble_t() | |
| Method Summary | |
|---|---|
| void | delete() |
| protected void | finalize() |
| protected static long | getCPtr(csCfgVariableDouble_t obj) |
| int | getFlags() |
| SWIGTYPE_p_unsigned_char | getLongDesc() |
| double | getMax() |
| double | getMin() |
| SWIGTYPE_p_unsigned_char | getName() |
| csCfgVariable_t | getNxt() |
| SWIGTYPE_p_double | getP() |
| SWIGTYPE_p_unsigned_char | getShortDesc() |
| int | getType() |
| void | setFlags(int value) |
| void | setLongDesc(SWIGTYPE_p_unsigned_char value) |
| void | setMax(double value) |
| void | setMin(double value) |
| void | setName(SWIGTYPE_p_unsigned_char value) |
| void | setNxt(csCfgVariable_t value) |
| void | setP(SWIGTYPE_p_double value) |
| void | setShortDesc(SWIGTYPE_p_unsigned_char value) |
| void | setType(int value) |