Package org.basex.util.ft
Class FTScopeOptions
- java.lang.Object
-
- org.basex.util.options.Options
-
- org.basex.util.ft.FTScopeOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.basex.util.options.Options
Options.YesNo, Options.YesNoOmit
-
-
Field Summary
Fields Modifier and Type Field Description static BooleanOption
SAME
Option: same.static EnumOption<FTBigUnit>
UNIT
Option: unit.
-
Constructor Summary
Constructors Constructor Description FTScopeOptions()
-
Method Summary
-
Methods inherited from class org.basex.util.options.Options
allowed, assign, assign, assign, assign, assign, assign, contains, free, get, get, get, get, get, get, get, get, get, get, invert, iterator, names, option, put, set, set, set, set, set, set, set, set, setSystem, similar, similar, toMap, toMap, toString, write
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Field Detail
-
SAME
public static final BooleanOption SAME
Option: same.
-
UNIT
public static final EnumOption<FTBigUnit> UNIT
Option: unit.
-
-