Java: enum Sq3SyncEF
→ C-API
More...
Java: enum Sq3SyncEF
→ C-API
Definition at line 16 of file Sq3SyncEF.java.
◆ AND()
static Sq3SyncEF jvsq3lite.Sq3SyncEF.AND |
( |
Sq3SyncEF.Set... | vals | ) |
|
|
inlinestatic |
Definition at line 36 of file Sq3SyncEF.java.
36 {
37 int flag = 0;
38 for (int i = 0; i < vals.length; i++) {
39 flag&=vals[i].val;
40 }
42 }
Sq3SyncEF
Synchronization Type Flags.
◆ equals()
boolean jvsq3lite.Sq3SyncEF.equals |
( |
Sq3SyncEF | other | ) |
|
|
inline |
Definition at line 33 of file Sq3SyncEF.java.
33 {
34 return this.flag == other.flag;
35 }
◆ get()
int jvsq3lite.Sq3SyncEF.get |
( |
| ) |
|
|
inline |
◆ set()
static Sq3SyncEF jvsq3lite.Sq3SyncEF.set |
( |
int | val | ) |
|
|
inlinestatic |
Definition at line 43 of file Sq3SyncEF.java.
43 {
44 return Sq3Lite.SyncEF_FromInt(val);
45 }
static SQ3_LITE Sq3Lite(MK_MNG mng)
cast a unknown-object into an Sq3LiteS pointer or NULL if not possible
◆ toString()
String jvsq3lite.Sq3SyncEF.toString |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: