theLink 10.0
Loading...
Searching...
No Matches
jvmqmsgque.MqIdentE Enum Reference

Java: enum MqIdentE C-API
More...

Public Member Functions

 MqIdentE (int val)
 
int get ()
 

Static Public Member Functions

static MqIdentE set (int val)
 

Public Attributes

 PREFIX =(0)
 
 FACTORY =(1)
 

Detailed Description

Java: enum MqIdentE C-API

Definition at line 16 of file MqIdentE.java.

Constructor & Destructor Documentation

◆ MqIdentE()

jvmqmsgque.MqIdentE.MqIdentE ( int val)

Definition at line 20 of file MqIdentE.java.

20{this.value = val;}

Member Function Documentation

◆ get()

int jvmqmsgque.MqIdentE.get ( )

Definition at line 21 of file MqIdentE.java.

21{ return value; }

◆ set()

static MqIdentE jvmqmsgque.MqIdentE.set ( int val)
static

Definition at line 22 of file MqIdentE.java.

22 {
23 return MqMsgque.IdentE_FromInt(val);
24 }

Member Data Documentation

◆ FACTORY

jvmqmsgque.MqIdentE.FACTORY =(1)

Definition at line 18 of file MqIdentE.java.

◆ PREFIX

jvmqmsgque.MqIdentE.PREFIX =(0)

Definition at line 17 of file MqIdentE.java.


The documentation for this enum was generated from the following file: