Uses of Class
eu.clarin.weblicht.wlfxb.lx.api.FrequencyType
-
Packages that use FrequencyType Package Description eu.clarin.weblicht.wlfxb.lx.api eu.clarin.weblicht.wlfxb.lx.xb Provides classes for manipulating Lexicon annotations of TCF. -
-
Uses of FrequencyType in eu.clarin.weblicht.wlfxb.lx.api
Methods in eu.clarin.weblicht.wlfxb.lx.api that return FrequencyType Modifier and Type Method Description FrequencyTypeFrequenciesLayer. getType()static FrequencyTypeFrequencyType. valueOf(String name)Returns the enum constant of this type with the specified name.static FrequencyType[]FrequencyType. 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 FrequencyType Modifier and Type Method Description FrequenciesLayerLexicon. createFrequenciesLayer(FrequencyType type) -
Uses of FrequencyType in eu.clarin.weblicht.wlfxb.lx.xb
Methods in eu.clarin.weblicht.wlfxb.lx.xb that return FrequencyType Modifier and Type Method Description FrequencyTypeFrequenciesLayerStored. getType()Methods in eu.clarin.weblicht.wlfxb.lx.xb with parameters of type FrequencyType Modifier and Type Method Description FrequenciesLayerLexiconStored. createFrequenciesLayer(FrequencyType freqType)Constructors in eu.clarin.weblicht.wlfxb.lx.xb with parameters of type FrequencyType Constructor Description FrequenciesLayerStored(FrequencyType freqType)
-