theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3StatusE.java
Go to the documentation of this file.
1
9/* LABEL-NO */
10package jvsq3lite;
11
12// BEGIN-Sq3StatusE - created by 'jv_MqS.tcl -i NHI1_HOME/theSq3Lite/c/gen/c_sq3lite.meta' - DO NOT change
13
16public enum Sq3StatusE {
27 private final int value;
28 Sq3StatusE(int val) {this.value = val;}
29 public int get() { return value; }
30 public static Sq3StatusE set(int val) {
31 return Sq3Lite.StatusE_FromInt(val);
32 }
33}
34
35// END-Sq3StatusE - 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 Sq3StatusE → C-API
static native Sq3StatusE StatusE_FromInt(int value)
Java: [static] Sq3StatusE StatusE_FromInt(int value) → C-API return the Sq3StatusE from integer ...