Uses of Class
eu.clarin.weblicht.wlfxb.lx.api.EntryType
-
Packages that use EntryType Package Description eu.clarin.weblicht.wlfxb.lx.api eu.clarin.weblicht.wlfxb.lx.xb Provides classes for manipulating Lexicon annotations of TCF. -
-
Uses of EntryType in eu.clarin.weblicht.wlfxb.lx.api
Methods in eu.clarin.weblicht.wlfxb.lx.api that return EntryType Modifier and Type Method Description EntryTypeEntriesLayer. getType()static EntryTypeEntryType. valueOf(String name)Returns the enum constant of this type with the specified name.static EntryType[]EntryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.clarin.weblicht.wlfxb.lx.api with parameters of type EntryType Modifier and Type Method Description EntriesLayerLexicon. createEntriesLayer(EntryType entryType) -
Uses of EntryType in eu.clarin.weblicht.wlfxb.lx.xb
Methods in eu.clarin.weblicht.wlfxb.lx.xb that return EntryType Modifier and Type Method Description EntryTypeEntriesLayerStored. getType()Methods in eu.clarin.weblicht.wlfxb.lx.xb with parameters of type EntryType Modifier and Type Method Description EntriesLayerLexiconStored. createEntriesLayer(EntryType entryType)Constructors in eu.clarin.weblicht.wlfxb.lx.xb with parameters of type EntryType Constructor Description EntriesLayerStored(EntryType type)
-