28 Set(
int val) {this.val = val;}
29 public int get() {
return val; }
31 private final int flag;
35 public int get() {
return flag; }
40 return this.flag == other.flag;
44 for (
int i = 0; i < vals.length; i++) {
Java: enum LcConfigOptionsEF → C-API
boolean equals(LcConfigOptionsEF other)
static LcConfigOptionsEF AND(LcConfigOptionsEF.Set... vals)
ALLOW_SCIENTIFIC_NOTATION
OPEN_BRACE_ON_SEPARATE_LINE
COLON_ASSIGNMENT_FOR_GROUPS
COLON_ASSIGNMENT_FOR_NON_GROUPS
LcConfigOptionsEF
define the configuration-option of a LcConfigC …
static native LcConfigOptionsEF ConfigOptionsEF_FromInt(int value)
Java: [static] LcConfigOptionsEF ConfigOptionsEF_FromInt(int value) → C-API return the LcConfigO...
static native String ConfigOptionsEF_ToString(LcConfigOptionsEF value)
Java: [static] String ConfigOptionsEF_ToString(LcConfigOptionsEF value) → C-API return the LcCon...