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