theLink
10.0
NHI1
-
theKernel
-
theLink
-
theConfig
-
theSq3Lite
-
theCompiler
-
theBrain
-
theGuard
-
theLib
-
theATL
c
-
tcl
-
atl
-
cs
-
py
-
rb
-
jv
-
cc
Loading...
Searching...
No Matches
MqIdentE.java
Go to the documentation of this file.
1
9
/* LABEL-NO */
10
package
jvmqmsgque;
11
12
// BEGIN-MqIdentE - created by 'jv_MqS.tcl -i NHI1_HOME/theLink/c/gen/c_mqmsgque.meta' - DO NOT change
13
16
public
enum
MqIdentE
{
17
PREFIX
(0),
18
FACTORY
(1);
19
private
final
int
value;
20
MqIdentE
(
int
val) {this.value = val;}
21
public
int
get
() {
return
value; }
22
public
static
MqIdentE
set
(
int
val) {
23
return
MqMsgque
.
IdentE_FromInt
(val);
24
}
25
}
26
27
// END-MqIdentE - created by 'jv_MqS.tcl -i NHI1_HOME/theLink/c/gen/c_mqmsgque.meta' - DO NOT change
jvmqmsgque.MqMsgque
MqMsgque PACKAGE - the package is the toplevel structure of the jvmqmsgque …
Definition
MqMsgque.java:117
jvmqmsgque.MqIdentE
Java: enum MqIdentE → C-API
Definition
MqIdentE.java:16
jvmqmsgque.MqIdentE.FACTORY
FACTORY
Definition
MqIdentE.java:18
jvmqmsgque.MqIdentE.PREFIX
PREFIX
Definition
MqIdentE.java:17
jvmqmsgque.MqIdentE.MqIdentE
MqIdentE(int val)
Definition
MqIdentE.java:20
jvmqmsgque.MqMsgque.IdentE_FromInt
static native MqIdentE IdentE_FromInt(int value)
Java: [static] MqIdentE IdentE_FromInt(int value) → C-API return the MqIdentE from integer …
Generated on Thu May 29 2025 13:13:59 for theLink by
1.12.0