theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3FcntlE.java
Go to the documentation of this file.
1
9/* LABEL-NO */
10package jvsq3lite;
11
12// BEGIN-Sq3FcntlE - created by 'jv_MqS.tcl -i NHI1_HOME/theSq3Lite/c/gen/c_sq3lite.meta' - DO NOT change
13
16public enum Sq3FcntlE {
28 VFSNAME (12),
30 PRAGMA (14),
34 TRACE (19),
36 SYNC (21),
40 ZIPVFS (25),
41 RBU (26),
45 PDB (30),
58 private final int value;
59 Sq3FcntlE(int val) {this.value = val;}
60 public int get() { return value; }
61 public static Sq3FcntlE set(int val) {
62 return Sq3Lite.FcntlE_FromInt(val);
63 }
64}
65
66// END-Sq3FcntlE - 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 Sq3FcntlE → C-API
static native Sq3FcntlE FcntlE_FromInt(int value)
Java: [static] Sq3FcntlE FcntlE_FromInt(int value) → C-API return the Sq3FcntlE from integer …