Uses of Enum Class
software.xdev.bzst.dip.client.model.message.cesop.BzstCesopPSPIdTypeEnum
Packages that use BzstCesopPSPIdTypeEnum
-
Uses of BzstCesopPSPIdTypeEnum in software.xdev.bzst.dip.client.model.message.cesop
Methods in software.xdev.bzst.dip.client.model.message.cesop that return BzstCesopPSPIdTypeEnumModifier and TypeMethodDescriptionBzstCesopPSPIdType.pspIdTypeEnum()Returns the value of thepspIdTypeEnumrecord component.static BzstCesopPSPIdTypeEnumReturns the enum constant of this class with the specified name.static BzstCesopPSPIdTypeEnum[]BzstCesopPSPIdTypeEnum.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 BzstCesopPSPIdTypeEnumModifierConstructorDescriptionBzstCesopPSPIdType(BzstCesopPSPIdTypeEnum pspIdTypeEnum, String value) Creates an instance of aBzstCesopPSPIdTyperecord class.