| Package | Description |
|---|---|
| org.basex.util.ft |
Full-text specific utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
static FTFlag |
FTFlag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FTFlag[] |
FTFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FTOpt.is(FTFlag f)
Returns the specified flag.
|
boolean |
FTOpt.isSet(FTFlag f)
Tests if the specified flag has been set.
|
FTOpt |
FTOpt.set(FTFlag f,
boolean v)
Sets the specified flag.
|