Uses of Class
org.projecthusky.valueset.model.Designation
Packages that use Designation
-
Uses of Designation in org.projecthusky.valueset.model
Methods in org.projecthusky.valueset.model that return DesignationMethods in org.projecthusky.valueset.model that return types with arguments of type DesignationModifier and TypeMethodDescriptionValueSetEntry.getDesignationList()
Gets the designation list. Ruft die Bezeichnungsliste ab.Methods in org.projecthusky.valueset.model with parameters of type DesignationModifier and TypeMethodDescriptionvoid
ValueSetEntry.addDesignation
(Designation value) Adds a designation. Fügt eine Bezeichnung hinzu.boolean
ValueSetEntry.containsDesignation
(Designation 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 DesignationModifier and TypeMethodDescriptionvoid
ValueSetEntry.setDesignationList
(List<Designation> designationList) Sets the designation list. Legt die Bezeichnungsliste fest.ValueSetEntry.Builder.withDesignationList
(ArrayList<Designation> designationList) With designation list.