Uses of Enum
cdm.event.common.RecordAmountTypeEnum
Packages that use RecordAmountTypeEnum
Package
Description
Business event concepts: primitives, contract state and associated state transition function specifications.
-
Uses of RecordAmountTypeEnum in cdm.event.common
Fields in cdm.event.common declared as RecordAmountTypeEnumModifier and TypeFieldDescriptionprotected RecordAmountTypeEnumBillingSummary.BillingSummaryBuilderImpl.summaryAmountTypeprotected RecordAmountTypeEnumBillingSummaryInstruction.BillingSummaryInstructionBuilderImpl.summaryAmountTypeMethods in cdm.event.common that return RecordAmountTypeEnumModifier and TypeMethodDescriptionstatic RecordAmountTypeEnumRecordAmountTypeEnum.fromDisplayName(String name) BillingSummary.BillingSummaryBuilderImpl.getSummaryAmountType()BillingSummary.BillingSummaryImpl.getSummaryAmountType()BillingSummary.getSummaryAmountType()The account level for the billing summary.BillingSummaryInstruction.BillingSummaryInstructionBuilderImpl.getSummaryAmountType()BillingSummaryInstruction.BillingSummaryInstructionImpl.getSummaryAmountType()BillingSummaryInstruction.getSummaryAmountType()The account level for the billing summary.static RecordAmountTypeEnumReturns the enum constant of this type with the specified name.static RecordAmountTypeEnum[]RecordAmountTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.event.common with parameters of type RecordAmountTypeEnumModifier and TypeMethodDescriptionBillingSummary.BillingSummaryBuilder.setSummaryAmountType(RecordAmountTypeEnum summaryAmountType) BillingSummary.BillingSummaryBuilderImpl.setSummaryAmountType(RecordAmountTypeEnum _summaryAmountType) BillingSummaryInstruction.BillingSummaryInstructionBuilder.setSummaryAmountType(RecordAmountTypeEnum summaryAmountType) BillingSummaryInstruction.BillingSummaryInstructionBuilderImpl.setSummaryAmountType(RecordAmountTypeEnum _summaryAmountType)