theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3DbStatusE.java
Go to the documentation of this file.
1
9/* LABEL-NO */
10package jvsq3lite;
11
12// BEGIN-Sq3DbStatusE - created by 'jv_MqS.tcl -i NHI1_HOME/theSq3Lite/c/gen/c_sq3lite.meta' - DO NOT change
13
16public enum Sq3DbStatusE {
30 MAX (12);
31 private final int value;
32 Sq3DbStatusE(int val) {this.value = val;}
33 public int get() { return value; }
34 public static Sq3DbStatusE set(int val) {
35 return Sq3Lite.DbStatusE_FromInt(val);
36 }
37}
38
39// END-Sq3DbStatusE - created by 'jv_MqS.tcl -i NHI1_HOME/theSq3Lite/c/gen/c_sq3lite.meta' - DO NOT change
Sq3Lite PACKAGE - toplevel package of the Programming-Language-Micro-Kernel (PLMK) …
Definition Sq3Lite.java:125
Java: enum Sq3DbStatusE → C-API
static native Sq3DbStatusE DbStatusE_FromInt(int value)
Java: [static] Sq3DbStatusE DbStatusE_FromInt(int value) → C-API return the Sq3DbStatusE from in...