Uses of Enum Class
software.xdev.bzst.dip.client.model.message.dac7.BzstDipCurrency
Packages that use BzstDipCurrency
Package
Description
-
Uses of BzstDipCurrency in software.xdev.bzst.dip.client.model.message.cesop
Methods in software.xdev.bzst.dip.client.model.message.cesop that return BzstDipCurrencyModifier and TypeMethodDescriptionBzstCesopAmount.currency()Returns the value of thecurrencyrecord component.Constructors in software.xdev.bzst.dip.client.model.message.cesop with parameters of type BzstDipCurrencyModifierConstructorDescriptionBzstCesopAmount(BzstDipCurrency currency, BigDecimal amountValue) Creates an instance of aBzstCesopAmountrecord class. -
Uses of BzstDipCurrency in software.xdev.bzst.dip.client.model.message.dac7
Methods in software.xdev.bzst.dip.client.model.message.dac7 that return BzstDipCurrencyModifier and TypeMethodDescriptionstatic BzstDipCurrencyReturns the enum constant of this class with the specified name.static BzstDipCurrency[]BzstDipCurrency.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in software.xdev.bzst.dip.client.model.message.dac7 with parameters of type BzstDipCurrencyModifierConstructorDescriptionBzstDipMonetaryAmount(Integer amount, BzstDipCurrency currencyCode) BzstDipMonetaryAmount(BigInteger amount, BzstDipCurrency currencyCode)