Package | Description |
---|---|
org.basex.util.ft |
Full-text specific utility classes.
|
Modifier and Type | Method and Description |
---|---|
static FTFlag |
FTFlag.valueOf(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 flag)
Returns the specified flag.
|
boolean |
FTOpt.isSet(FTFlag flag)
Tests if the specified flag has been set.
|
void |
FTOpt.set(FTFlag flag,
boolean value)
Sets the specified flag.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.