Uses of Enum Class
software.xdev.bzst.dip.client.model.message.cesop.BzstCesopTransactionDateTypeEnum
Packages that use BzstCesopTransactionDateTypeEnum
-
Uses of BzstCesopTransactionDateTypeEnum in software.xdev.bzst.dip.client.model.message.cesop
Methods in software.xdev.bzst.dip.client.model.message.cesop that return BzstCesopTransactionDateTypeEnumModifier and TypeMethodDescriptionBzstCesopTransactionDateType.transactionDateTypeEnum()Returns the value of thetransactionDateTypeEnumrecord component.Returns the enum constant of this class with the specified name.static BzstCesopTransactionDateTypeEnum[]BzstCesopTransactionDateTypeEnum.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.cesop with parameters of type BzstCesopTransactionDateTypeEnumModifierConstructorDescriptionBzstCesopTransactionDateType(BzstCesopTransactionDateTypeEnum transactionDateTypeEnum, ZonedDateTime value) Creates an instance of aBzstCesopTransactionDateTyperecord class.