Uses of Enum
cdm.base.staticdata.party.TelephoneTypeEnum
Packages that use TelephoneTypeEnum
Package
Description
Basic party concepts: legal entity, natural person, contact details, buyer / payer and all related enums.
-
Uses of TelephoneTypeEnum in cdm.base.staticdata.party
Fields in cdm.base.staticdata.party declared as TelephoneTypeEnumModifier and TypeFieldDescriptionprotected TelephoneTypeEnumTelephoneNumber.TelephoneNumberBuilderImpl.telephoneNumberTypeMethods in cdm.base.staticdata.party that return TelephoneTypeEnumModifier and TypeMethodDescriptionstatic TelephoneTypeEnumTelephoneTypeEnum.fromDisplayName(String name) TelephoneNumber.getTelephoneNumberType()The type of telephone number, e.g. work, mobile.TelephoneNumber.TelephoneNumberBuilderImpl.getTelephoneNumberType()TelephoneNumber.TelephoneNumberImpl.getTelephoneNumberType()static TelephoneTypeEnumReturns the enum constant of this type with the specified name.static TelephoneTypeEnum[]TelephoneTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.base.staticdata.party with parameters of type TelephoneTypeEnumModifier and TypeMethodDescriptionTelephoneNumber.TelephoneNumberBuilder.setTelephoneNumberType(TelephoneTypeEnum telephoneNumberType) TelephoneNumber.TelephoneNumberBuilderImpl.setTelephoneNumberType(TelephoneTypeEnum _telephoneNumberType)