Uses of Class
morfologik.fsa.FSAFlags
-
Packages that use FSAFlags Package Description morfologik.fsa morfologik.fsa.builders -
-
Uses of FSAFlags in morfologik.fsa
Methods in morfologik.fsa that return FSAFlags Modifier and Type Method Description static FSAFlags
FSAFlags. valueOf(String name)
Returns the enum constant of this type with the specified name.static FSAFlags[]
FSAFlags. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in morfologik.fsa that return types with arguments of type FSAFlags Modifier and Type Method Description Set<FSAFlags>
CFSA. getFlags()
Set<FSAFlags>
CFSA2. getFlags()
abstract Set<FSAFlags>
FSA. getFlags()
Set<FSAFlags>
FSA5. getFlags()
Method parameters in morfologik.fsa with type arguments of type FSAFlags Modifier and Type Method Description static short
FSAFlags. asShort(Set<FSAFlags> flags)
-
Uses of FSAFlags in morfologik.fsa.builders
Methods in morfologik.fsa.builders that return types with arguments of type FSAFlags Modifier and Type Method Description Set<FSAFlags>
CFSA2Serializer. getFlags()
Return supported flags.Set<FSAFlags>
FSA5Serializer. getFlags()
Return supported flags.Set<FSAFlags>
FSASerializer. getFlags()
-