Uses of Class
be.recipe.services.core.LocalisedString
-
Packages that use LocalisedString Package Description be.recipe.services.core -
-
Uses of LocalisedString in be.recipe.services.core
Fields in be.recipe.services.core with type parameters of type LocalisedString Modifier and Type Field Description protected List<LocalisedString>ValidationReport.Violation.Translations. messageprotected List<LocalisedString>StatusType. messagesMethods in be.recipe.services.core that return LocalisedString Modifier and Type Method Description LocalisedStringObjectFactory. createLocalisedString()Create an instance ofLocalisedStringMethods in be.recipe.services.core that return types with arguments of type LocalisedString Modifier and Type Method Description List<LocalisedString>ValidationReport.Violation.Translations. getMessage()Gets the value of the message property.List<LocalisedString>StatusType. getMessages()Gets the value of the messages property.List<LocalisedString>ValidationReport.Violation.Translations. getMessages()
-