Uses of Enum
cdm.base.staticdata.party.AccountTypeEnum
Packages that use AccountTypeEnum
Package
Description
Basic party concepts: legal entity, natural person, contact details, buyer / payer and all related enums.
-
Uses of AccountTypeEnum in cdm.base.staticdata.party
Methods in cdm.base.staticdata.party that return AccountTypeEnumModifier and TypeMethodDescriptionstatic AccountTypeEnumAccountTypeEnum.fromDisplayName(String name) static AccountTypeEnumReturns the enum constant of this type with the specified name.static AccountTypeEnum[]AccountTypeEnum.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 AccountTypeEnumModifier and TypeMethodDescriptionAccount.AccountBuilder.setAccountTypeValue(AccountTypeEnum accountType) Account.AccountBuilderImpl.setAccountTypeValue(AccountTypeEnum _accountType) -
Uses of AccountTypeEnum in cdm.base.staticdata.party.metafields
Fields in cdm.base.staticdata.party.metafields declared as AccountTypeEnumModifier and TypeFieldDescriptionprotected AccountTypeEnumFieldWithMetaAccountTypeEnum.FieldWithMetaAccountTypeEnumBuilderImpl.valueMethods in cdm.base.staticdata.party.metafields that return AccountTypeEnumModifier and TypeMethodDescriptionFieldWithMetaAccountTypeEnum.FieldWithMetaAccountTypeEnumBuilderImpl.getValue()FieldWithMetaAccountTypeEnum.FieldWithMetaAccountTypeEnumImpl.getValue()FieldWithMetaAccountTypeEnum.getValue()Getter MethodsMethods in cdm.base.staticdata.party.metafields that return types with arguments of type AccountTypeEnumModifier and TypeMethodDescriptiondefault Class<AccountTypeEnum> FieldWithMetaAccountTypeEnum.getValueType()Methods in cdm.base.staticdata.party.metafields with parameters of type AccountTypeEnumModifier and TypeMethodDescriptionFieldWithMetaAccountTypeEnum.FieldWithMetaAccountTypeEnumBuilder.setValue(AccountTypeEnum value) FieldWithMetaAccountTypeEnum.FieldWithMetaAccountTypeEnumBuilderImpl.setValue(AccountTypeEnum _value)