Uses of Class
net.sf.okapi.common.LocaleFilter.FilterType
-
Packages that use LocaleFilter.FilterType Package Description net.sf.okapi.common Classes commonly used across the whole Okapi Framework. -
-
Uses of LocaleFilter.FilterType in net.sf.okapi.common
Methods in net.sf.okapi.common that return LocaleFilter.FilterType Modifier and Type Method Description protected LocaleFilter.FilterTypeLocaleFilter. getType()Helper method.static LocaleFilter.FilterTypeLocaleFilter.FilterType. valueOf(String name)Returns the enum constant of this type with the specified name.static LocaleFilter.FilterType[]LocaleFilter.FilterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.okapi.common with parameters of type LocaleFilter.FilterType Modifier and Type Method Description protected voidLocaleFilter. setType(LocaleFilter.FilterType type)Helper method.
-