Uses of Enum
cdm.base.staticdata.party.EntityTypeEnum
Packages that use EntityTypeEnum
Package
Description
Basic party concepts: legal entity, natural person, contact details, buyer / payer and all related enums.
Product concepts applicable to specific asset classes.
-
Uses of EntityTypeEnum in cdm.base.staticdata.party
Methods in cdm.base.staticdata.party that return EntityTypeEnumModifier and TypeMethodDescriptionstatic EntityTypeEnumEntityTypeEnum.fromDisplayName(String name) static EntityTypeEnumReturns the enum constant of this type with the specified name.static EntityTypeEnum[]EntityTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EntityTypeEnum in cdm.base.staticdata.party.metafields
Fields in cdm.base.staticdata.party.metafields declared as EntityTypeEnumModifier and TypeFieldDescriptionprotected EntityTypeEnumFieldWithMetaEntityTypeEnum.FieldWithMetaEntityTypeEnumBuilderImpl.valueMethods in cdm.base.staticdata.party.metafields that return EntityTypeEnumModifier and TypeMethodDescriptionFieldWithMetaEntityTypeEnum.FieldWithMetaEntityTypeEnumBuilderImpl.getValue()FieldWithMetaEntityTypeEnum.FieldWithMetaEntityTypeEnumImpl.getValue()FieldWithMetaEntityTypeEnum.getValue()Getter MethodsMethods in cdm.base.staticdata.party.metafields that return types with arguments of type EntityTypeEnumModifier and TypeMethodDescriptiondefault Class<EntityTypeEnum> FieldWithMetaEntityTypeEnum.getValueType()Methods in cdm.base.staticdata.party.metafields with parameters of type EntityTypeEnumModifier and TypeMethodDescriptionFieldWithMetaEntityTypeEnum.FieldWithMetaEntityTypeEnumBuilder.setValue(EntityTypeEnum value) FieldWithMetaEntityTypeEnum.FieldWithMetaEntityTypeEnumBuilderImpl.setValue(EntityTypeEnum _value) -
Uses of EntityTypeEnum in cdm.product.asset
Methods in cdm.product.asset with parameters of type EntityTypeEnumModifier and TypeMethodDescriptionReferencePair.ReferencePairBuilder.setEntityTypeValue(EntityTypeEnum entityType) ReferencePair.ReferencePairBuilderImpl.setEntityTypeValue(EntityTypeEnum _entityType)