|
theConfig 10.0
|
Java: enum LcErrorTypeE → C-API
More...
Public Member Functions | |
| LcErrorTypeE (int val) | |
| int | get () |
Static Public Member Functions | |
| static LcErrorTypeE | set (int val) |
Public Attributes | |
| NONE =(0) | |
| FILE_IO =(1) | |
| PARSE =(2) | |
Java: enum LcErrorTypeE → C-API
Definition at line 16 of file LcErrorTypeE.java.
| jvlcconfig.LcErrorTypeE.LcErrorTypeE | ( | int | val | ) |
Definition at line 21 of file LcErrorTypeE.java.
| int jvlcconfig.LcErrorTypeE.get | ( | ) |
Definition at line 22 of file LcErrorTypeE.java.
|
static |
Definition at line 23 of file LcErrorTypeE.java.
| jvlcconfig.LcErrorTypeE.FILE_IO =(1) |
Definition at line 18 of file LcErrorTypeE.java.
| jvlcconfig.LcErrorTypeE.NONE =(0) |
Definition at line 17 of file LcErrorTypeE.java.
| jvlcconfig.LcErrorTypeE.PARSE =(2) |
Definition at line 19 of file LcErrorTypeE.java.