Uses of Enum
cdm.base.staticdata.party.PersonIdentifierTypeEnum
Packages that use PersonIdentifierTypeEnum
Package
Description
Basic party concepts: legal entity, natural person, contact details, buyer / payer and all related enums.
-
Uses of PersonIdentifierTypeEnum in cdm.base.staticdata.party
Fields in cdm.base.staticdata.party declared as PersonIdentifierTypeEnumModifier and TypeFieldDescriptionprotected PersonIdentifierTypeEnumPersonIdentifier.PersonIdentifierBuilderImpl.identifierTypeMethods in cdm.base.staticdata.party that return PersonIdentifierTypeEnumModifier and TypeMethodDescriptionstatic PersonIdentifierTypeEnumPersonIdentifierTypeEnum.fromDisplayName(String name) PersonIdentifier.getIdentifierType()Defines the source of the identifier.PersonIdentifier.PersonIdentifierBuilderImpl.getIdentifierType()PersonIdentifier.PersonIdentifierImpl.getIdentifierType()static PersonIdentifierTypeEnumReturns the enum constant of this type with the specified name.static PersonIdentifierTypeEnum[]PersonIdentifierTypeEnum.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 PersonIdentifierTypeEnumModifier and TypeMethodDescriptionPersonIdentifier.PersonIdentifierBuilder.setIdentifierType(PersonIdentifierTypeEnum identifierType) PersonIdentifier.PersonIdentifierBuilderImpl.setIdentifierType(PersonIdentifierTypeEnum _identifierType)