theConfig
10.0
NHI1
-
theKernel
-
theLink
-
theConfig
-
theSq3Lite
-
theCompiler
-
theBrain
-
theGuard
-
theLib
-
theATL
c
-
tcl
-
atl
-
cs
-
py
-
rb
-
jv
-
cc
Loading...
Searching...
No Matches
LcErrorTypeE.java
Go to the documentation of this file.
1
9
/* LABEL-NO */
10
package
jvlcconfig;
11
12
// BEGIN-LcErrorTypeE - created by 'jv_MqS.tcl -i NHI1_HOME/theConfig/c/gen/c_lcconfig.meta' - DO NOT change
13
16
public
enum
LcErrorTypeE
{
17
NONE
(0),
18
FILE_IO
(1),
19
PARSE
(2);
20
private
final
int
value;
21
LcErrorTypeE
(
int
val) {this.value = val;}
22
public
int
get
() {
return
value; }
23
public
static
LcErrorTypeE
set
(
int
val) {
24
return
LcConfig
.
ErrorTypeE_FromInt
(val);
25
}
26
}
27
28
// END-LcErrorTypeE - created by 'jv_MqS.tcl -i NHI1_HOME/theConfig/c/gen/c_lcconfig.meta' - DO NOT change
jvlcconfig.LcConfig
Definition
LcConfig.java:61
jvlcconfig.LcErrorTypeE
Java: enum LcErrorTypeE → C-API
Definition
LcErrorTypeE.java:16
jvlcconfig.LcErrorTypeE.PARSE
PARSE
Definition
LcErrorTypeE.java:19
jvlcconfig.LcErrorTypeE.NONE
NONE
Definition
LcErrorTypeE.java:17
jvlcconfig.LcErrorTypeE.LcErrorTypeE
LcErrorTypeE(int val)
Definition
LcErrorTypeE.java:21
jvlcconfig.LcErrorTypeE.FILE_IO
FILE_IO
Definition
LcErrorTypeE.java:18
jvlcconfig.LcConfig.ErrorTypeE_FromInt
static native LcErrorTypeE ErrorTypeE_FromInt(int value)
Java: [static] LcErrorTypeE ErrorTypeE_FromInt(int value) → C-API return the LcErrorTypeE from i...
Generated on Thu May 29 2025 13:14:35 for theConfig by
1.12.0