Uses of Enum Class
org.projecthusky.common.enums.TelecomAddressUse
Packages that use TelecomAddressUse
Package
Description
-
Uses of TelecomAddressUse in org.projecthusky.common.basetypes
Methods in org.projecthusky.common.basetypes that return TelecomAddressUseModifier and TypeMethodDescriptionTelecomBaseType.getUsage()
Gets the type of usage (business, private, emergency, vacation, ...).Methods in org.projecthusky.common.basetypes with parameters of type TelecomAddressUseModifier and TypeMethodDescriptionvoid
TelecomBaseType.setUsage
(TelecomAddressUse usage) Sets the type of usage (business, private, emergency, vacation, ...).TelecomBaseType.Builder.withUsage
(TelecomAddressUse usage) With usage. -
Uses of TelecomAddressUse in org.projecthusky.common.enums
Methods in org.projecthusky.common.enums that return TelecomAddressUseModifier and TypeMethodDescriptionstatic TelecomAddressUse
Gets the Enum with a given code Liefert den Enum anhand eines gegebenen codes.static TelecomAddressUse
Returns the enum constant of this class with the specified name.static TelecomAddressUse[]
TelecomAddressUse.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TelecomAddressUse in org.projecthusky.common.model
Methods in org.projecthusky.common.model that return types with arguments of type TelecomAddressUseModifier and TypeMethodDescriptionTelecoms.getEMails()
Gets the e mails.Telecoms.getFaxes()
Gets the faxes.Telecoms.getPhones()
Gets the phone numbersTelecoms.getTelecoms()
Gets the telecoms as HashMapTelecoms.getWebsites()
Gets the WebsitesMethods in org.projecthusky.common.model with parameters of type TelecomAddressUseModifier and TypeMethodDescriptionvoid
Telecoms.add
(String type, String endpointIdentifier, TelecomAddressUse usage) Adds a new entry to the telecoms object.void
Telecoms.addEMail
(String eMail, TelecomAddressUse usage) Add a new email adress to the telecoms listvoid
Telecoms.addFax
(String fax, TelecomAddressUse usage) Add a new fax number to the telecoms list.void
Telecoms.addPhone
(String phoneNr, TelecomAddressUse usage) Adds a new fax number to the telecoms list.void
Telecoms.addWebsite
(String url, TelecomAddressUse usage) Add a new website to the telecoms list.Telecoms.createEMail
(String eMail, TelecomAddressUse usage) Telecoms.createTel
(String telNr, TelecomAddressUse usage) -
Uses of TelecomAddressUse in org.projecthusky.common.utils
Methods in org.projecthusky.common.utils that return types with arguments of type TelecomAddressUseModifier and TypeMethodDescriptionstatic Map<String,
TelecomAddressUse> Deprecated, for removal: This API element is subject to removal in a future version.Gets the e mail from an ArrayList of TEL. Liefert e mail aus einer ArrayList of TEL.static Map<String,
TelecomAddressUse> Deprecated, for removal: This API element is subject to removal in a future version.Gets the fax from an ArrayList of TEL. Liefert cax aus einer ArrayList von TEL.static Map<String,
TelecomAddressUse> Deprecated, for removal: This API element is subject to removal in a future version.Gets the e mail from an ArrayList of TEL. Liefert e mail aus einer ArrayList von TEL.static Map<String,
TelecomAddressUse> Util.getWebsites
(List<TEL> telecoms) Deprecated, for removal: This API element is subject to removal in a future version.Gets the website from an ArrayList of TEL. Liefert die Webseite aus einer ArrayList von TEL.Methods in org.projecthusky.common.utils with parameters of type TelecomAddressUseModifier and TypeMethodDescriptionstatic TEL
Util.createEMail
(String eMail, TelecomAddressUse usage) Deprecated, for removal: This API element is subject to removal in a future version.Creates the MDHT email TEL object.static TEL
Util.createFax
(String faxNr, TelecomAddressUse usage) Deprecated, for removal: This API element is subject to removal in a future version.Creates the MDHT fax TEL object.static TEL
Util.createTel
(String telNr, TelecomAddressUse usage) Deprecated, for removal: This API element is subject to removal in a future version.Creates the MDHT phone TEL object.