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
LcConfigTypeE.java
Go to the documentation of this file.
1
9
/* LABEL-NO */
10
package
jvlcconfig;
11
12
// BEGIN-LcConfigTypeE - created by 'jv_MqS.tcl -i NHI1_HOME/theConfig/c/gen/c_lcconfig.meta' - DO NOT change
13
16
public
enum
LcConfigTypeE
{
17
NONE
(0),
18
GROUP
(1),
19
INT
(2),
20
INT64
(3),
21
FLOAT
(4),
22
STRING
(5),
23
BOOL
(6),
24
ARRAY
(7),
25
LIST
(8);
26
private
final
int
value;
27
LcConfigTypeE
(
int
val) {this.value = val;}
28
public
int
get
() {
return
value; }
29
public
static
LcConfigTypeE
set
(
int
val) {
30
return
LcConfig
.
ConfigTypeE_FromInt
(val);
31
}
32
}
33
34
// END-LcConfigTypeE - created by 'jv_MqS.tcl -i NHI1_HOME/theConfig/c/gen/c_lcconfig.meta' - DO NOT change
jvlcconfig.LcConfig
Definition
LcConfig.java:61
jvlcconfig.LcConfigTypeE
Java: enum LcConfigTypeE → C-API
Definition
LcConfigTypeE.java:16
jvlcconfig.LcConfigTypeE.GROUP
GROUP
Definition
LcConfigTypeE.java:18
jvlcconfig.LcConfigTypeE.INT64
INT64
Definition
LcConfigTypeE.java:20
jvlcconfig.LcConfigTypeE.LIST
LIST
Definition
LcConfigTypeE.java:25
jvlcconfig.LcConfigTypeE.STRING
STRING
Definition
LcConfigTypeE.java:22
jvlcconfig.LcConfigTypeE.NONE
NONE
Definition
LcConfigTypeE.java:17
jvlcconfig.LcConfigTypeE.BOOL
BOOL
Definition
LcConfigTypeE.java:23
jvlcconfig.LcConfigTypeE.INT
INT
Definition
LcConfigTypeE.java:19
jvlcconfig.LcConfigTypeE.LcConfigTypeE
LcConfigTypeE(int val)
Definition
LcConfigTypeE.java:27
jvlcconfig.LcConfigTypeE.FLOAT
FLOAT
Definition
LcConfigTypeE.java:21
jvlcconfig.LcConfigTypeE.ARRAY
ARRAY
Definition
LcConfigTypeE.java:24
jvlcconfig.LcConfig.ConfigTypeE_FromInt
static native LcConfigTypeE ConfigTypeE_FromInt(int value)
Java: [static] LcConfigTypeE ConfigTypeE_FromInt(int value) → C-API return the LcConfigTypeE fro...
Generated on Thu May 29 2025 13:14:35 for theConfig by
1.12.0