Uses of Class
org.projecthusky.common.utils.LangText
Packages that use LangText
Package
Description
-
Uses of LangText in org.projecthusky.common.basetypes
Methods in org.projecthusky.common.basetypes that return types with arguments of type LangTextModifier and TypeMethodDescriptionCodeBaseType.getDisplayNameTranslationList()
Gets the translation list for the display name.Methods in org.projecthusky.common.basetypes with parameters of type LangTextModifier and TypeMethodDescriptionvoid
CodeBaseType.addDisplayNameTranslation
(LangText displayNameTranslation) Adds the display name translation.boolean
Checks whether the list member contains the given value.Method parameters in org.projecthusky.common.basetypes with type arguments of type LangTextModifier and TypeMethodDescriptionvoid
CodeBaseType.setDisplayNameTranslationList
(List<LangText> displayNameTranslationList) Sets the display name translation list.CodeBaseType.Builder.withDisplayNameTranslationList
(ArrayList<LangText> displayNameTranslationList) With display name translation list. -
Uses of LangText in org.projecthusky.common.utils
Methods in org.projecthusky.common.utils with parameters of type LangText -
Uses of LangText in org.projecthusky.valueset.model
Methods in org.projecthusky.valueset.model that return types with arguments of type LangTextModifier and TypeMethodDescriptionValueSet.getDescriptionList()
Gets the description list. Ruft die Beschreibungsliste ab.Methods in org.projecthusky.valueset.model with parameters of type LangTextModifier and TypeMethodDescriptionvoid
ValueSet.addDescription
(LangText value) Adds a description. Fügt eine Beschreibung hinzu.boolean
ValueSet.containsDescription
(LangText value) Checks whether the list member contains the given value. Überprüft, ob die Liste den angegebenen Wert enthält. Contains.Method parameters in org.projecthusky.valueset.model with type arguments of type LangTextModifier and TypeMethodDescriptionvoid
ValueSet.setDescriptionList
(List<LangText> descriptionList) Sets the description list. Legt die Liste der Wertesatz-Einträge fest.ValueSet.Builder.withDescriptionList
(ArrayList<LangText> descriptionList)