Uses of Enum Class
org.projecthusky.valueset.enums.DesignationType
Packages that use DesignationType
-
Uses of DesignationType in org.projecthusky.valueset.enums
Methods in org.projecthusky.valueset.enums that return DesignationTypeModifier and TypeMethodDescriptionstatic DesignationType
Gets the Enum with a given code Liefert den Enum anhand eines gegebenen codesstatic DesignationType
Returns the enum constant of this class with the specified name.static DesignationType[]
DesignationType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DesignationType in org.projecthusky.valueset.model
Methods in org.projecthusky.valueset.model that return DesignationTypeModifier and TypeMethodDescriptionDesignation.getType()
Gets the designations type (fully specified name, preferred, synonym, ...).Methods in org.projecthusky.valueset.model with parameters of type DesignationTypeModifier and TypeMethodDescriptionValueSetEntry.getDesignation
(LanguageCode language, DesignationType designationType) Gets the designation in the given language. Ruft die Bezeichnung in der angegebenen Sprache ab.void
Designation.setType
(DesignationType type) Sets the designations type (fully specified name, preferred, synonym, ...).Designation.Builder.withType
(DesignationType type) With type.