Uses of Class
be.recipe.services.core.LangageType
-
Packages that use LangageType Package Description be.recipe.services.core -
-
Uses of LangageType in be.recipe.services.core
Fields in be.recipe.services.core declared as LangageType Modifier and Type Field Description protected LangageTypeLocalisedString. langMethods in be.recipe.services.core that return LangageType Modifier and Type Method Description static LangageTypeLangageType. fromValue(String v)LangageTypeLocalisedString. getLang()Gets the value of the lang property.static LangageTypeLangageType. valueOf(String name)Returns the enum constant of this type with the specified name.static LangageType[]LangageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in be.recipe.services.core with parameters of type LangageType Modifier and Type Method Description voidLocalisedString. setLang(LangageType value)Sets the value of the lang property.
-