Java: enum Sq3TextE
→ C-API
More...
Java: enum Sq3TextE
→ C-API
Definition at line 19 of file Sq3TextE.java.
◆ Sq3TextE()
jvsq3lite.Sq3TextE.Sq3TextE |
( |
int | val | ) |
|
|
inline |
◆ get()
int jvsq3lite.Sq3TextE.get |
( |
| ) |
|
|
inline |
◆ set()
static Sq3TextE jvsq3lite.Sq3TextE.set |
( |
int | val | ) |
|
|
inlinestatic |
Definition at line 29 of file Sq3TextE.java.
29 {
30 return Sq3Lite.TextE_FromInt(val);
31 }
static SQ3_LITE Sq3Lite(MK_MNG mng)
cast a unknown-object into an Sq3LiteS pointer or NULL if not possible
◆ ANY
jvsq3lite.Sq3TextE.ANY =(5) |
◆ UTF16
jvsq3lite.Sq3TextE.UTF16 =(4) |
◆ UTF16_ALIGNED
jvsq3lite.Sq3TextE.UTF16_ALIGNED =(8) |
◆ UTF16BE
jvsq3lite.Sq3TextE.UTF16BE =(3) |
◆ UTF16LE
jvsq3lite.Sq3TextE.UTF16LE =(2) |
◆ UTF8
jvsq3lite.Sq3TextE.UTF8 =(1) |
The documentation for this enum was generated from the following file: