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
LcErrorE.java
Go to the documentation of this file.
1
9
/* LABEL-NO */
10
package
jvlcconfig;
11
12
// BEGIN-LcErrorE - created by 'jv_MqS.tcl -i NHI1_HOME/theConfig/c/gen/c_lcconfig.meta' - DO NOT change
13
16
public
enum
LcErrorE
{
17
FALSE
(0),
18
TRUE
(1);
19
private
final
int
value;
20
LcErrorE
(
int
val) {this.value = val;}
21
public
int
get
() {
return
value; }
22
public
static
LcErrorE
set
(
int
val) {
23
return
LcConfig
.
ErrorE_FromInt
(val);
24
}
25
}
26
27
// END-LcErrorE - created by 'jv_MqS.tcl -i NHI1_HOME/theConfig/c/gen/c_lcconfig.meta' - DO NOT change
jvlcconfig.LcConfig
Definition
LcConfig.java:61
jvlcconfig.LcErrorE
Java: enum LcErrorE → C-API
Definition
LcErrorE.java:16
jvlcconfig.LcErrorE.LcErrorE
LcErrorE(int val)
Definition
LcErrorE.java:20
jvlcconfig.LcErrorE.TRUE
TRUE
Definition
LcErrorE.java:18
jvlcconfig.LcErrorE.FALSE
FALSE
Definition
LcErrorE.java:17
jvlcconfig.LcConfig.ErrorE_FromInt
static native LcErrorE ErrorE_FromInt(int value)
Java: [static] LcErrorE ErrorE_FromInt(int value) → C-API return the LcErrorE from integer …
Generated on Thu May 29 2025 13:14:35 for theConfig by
1.12.0