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 TypeMethodDescriptionvoidCodeBaseType.addDisplayNameTranslation(LangText displayNameTranslation) Adds the display name translation.booleanChecks whether the list member contains the given value.Method parameters in org.projecthusky.common.basetypes with type arguments of type LangTextModifier and TypeMethodDescriptionvoidCodeBaseType.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 TypeMethodDescriptionvoidValueSet.addDescription(LangText value) Adds a description. Fügt eine Beschreibung hinzu.booleanValueSet.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 TypeMethodDescriptionvoidValueSet.setDescriptionList(List<LangText> descriptionList) Sets the description list. Legt die Liste der Wertesatz-Einträge fest.ValueSet.Builder.withDescriptionList(ArrayList<LangText> descriptionList)