theConfig 10.0
|
Java: enum LcConfigTypeE
→ C-API
More...
Public Member Functions | |
LcConfigTypeE (int val) | |
int | get () |
Static Public Member Functions | |
static LcConfigTypeE | set (int val) |
Public Attributes | |
NONE =(0) | |
GROUP =(1) | |
INT =(2) | |
INT64 =(3) | |
FLOAT =(4) | |
STRING =(5) | |
BOOL =(6) | |
ARRAY =(7) | |
LIST =(8) | |
Java: enum LcConfigTypeE
→ C-API
Definition at line 16 of file LcConfigTypeE.java.
jvlcconfig.LcConfigTypeE.LcConfigTypeE | ( | int | val | ) |
Definition at line 27 of file LcConfigTypeE.java.
int jvlcconfig.LcConfigTypeE.get | ( | ) |
Definition at line 28 of file LcConfigTypeE.java.
|
static |
Definition at line 29 of file LcConfigTypeE.java.
jvlcconfig.LcConfigTypeE.ARRAY =(7) |
Definition at line 24 of file LcConfigTypeE.java.
jvlcconfig.LcConfigTypeE.BOOL =(6) |
Definition at line 23 of file LcConfigTypeE.java.
jvlcconfig.LcConfigTypeE.FLOAT =(4) |
Definition at line 21 of file LcConfigTypeE.java.
jvlcconfig.LcConfigTypeE.GROUP =(1) |
Definition at line 18 of file LcConfigTypeE.java.
jvlcconfig.LcConfigTypeE.INT =(2) |
Definition at line 19 of file LcConfigTypeE.java.
jvlcconfig.LcConfigTypeE.INT64 =(3) |
Definition at line 20 of file LcConfigTypeE.java.
jvlcconfig.LcConfigTypeE.LIST =(8) |
Definition at line 25 of file LcConfigTypeE.java.
jvlcconfig.LcConfigTypeE.NONE =(0) |
Definition at line 17 of file LcConfigTypeE.java.
jvlcconfig.LcConfigTypeE.STRING =(5) |
Definition at line 22 of file LcConfigTypeE.java.