Uses of Enum
cdm.base.staticdata.party.EntityIdentifierTypeEnum
Packages that use EntityIdentifierTypeEnum
Package
Description
Basic party concepts: legal entity, natural person, contact details, buyer / payer and all related enums.
-
Uses of EntityIdentifierTypeEnum in cdm.base.staticdata.party
Fields in cdm.base.staticdata.party declared as EntityIdentifierTypeEnumModifier and TypeFieldDescriptionprotected EntityIdentifierTypeEnumEntityIdentifier.EntityIdentifierBuilderImpl.identifierTypeMethods in cdm.base.staticdata.party that return EntityIdentifierTypeEnumModifier and TypeMethodDescriptionstatic EntityIdentifierTypeEnumEntityIdentifierTypeEnum.fromDisplayName(String name) EntityIdentifier.EntityIdentifierBuilderImpl.getIdentifierType()EntityIdentifier.EntityIdentifierImpl.getIdentifierType()EntityIdentifier.getIdentifierType()Defines the source of the identifier.static EntityIdentifierTypeEnumReturns the enum constant of this type with the specified name.static EntityIdentifierTypeEnum[]EntityIdentifierTypeEnum.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 EntityIdentifierTypeEnumModifier and TypeMethodDescriptionEntityIdentifier.EntityIdentifierBuilder.setIdentifierType(EntityIdentifierTypeEnum identifierType) EntityIdentifier.EntityIdentifierBuilderImpl.setIdentifierType(EntityIdentifierTypeEnum _identifierType)