Uses of Enum
cdm.product.collateral.DeliveryAmountElectionEnum
Packages that use DeliveryAmountElectionEnum
-
Uses of DeliveryAmountElectionEnum in cdm.product.collateral
Fields in cdm.product.collateral declared as DeliveryAmountElectionEnumModifier and TypeFieldDescriptionprotected DeliveryAmountElectionEnumDeliveryAmount.DeliveryAmountBuilderImpl.standardElectionMethods in cdm.product.collateral that return DeliveryAmountElectionEnumModifier and TypeMethodDescriptionstatic DeliveryAmountElectionEnumDeliveryAmountElectionEnum.fromDisplayName(String name) DeliveryAmount.DeliveryAmountBuilderImpl.getStandardElection()DeliveryAmount.DeliveryAmountImpl.getStandardElection()DeliveryAmount.getStandardElection()The standard election as specified by an enumeration.static DeliveryAmountElectionEnumReturns the enum constant of this type with the specified name.static DeliveryAmountElectionEnum[]DeliveryAmountElectionEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.product.collateral with parameters of type DeliveryAmountElectionEnumModifier and TypeMethodDescriptionDeliveryAmount.DeliveryAmountBuilder.setStandardElection(DeliveryAmountElectionEnum standardElection) DeliveryAmount.DeliveryAmountBuilderImpl.setStandardElection(DeliveryAmountElectionEnum _standardElection)