Uses of Enum Class
software.xdev.bzst.dip.client.model.message.cesop.BzstCesopPSPRoleTypeEnum
Packages that use BzstCesopPSPRoleTypeEnum
-
Uses of BzstCesopPSPRoleTypeEnum in software.xdev.bzst.dip.client.model.message.cesop
Methods in software.xdev.bzst.dip.client.model.message.cesop that return BzstCesopPSPRoleTypeEnumModifier and TypeMethodDescriptionBzstCesopPSPRole.pspRoleType()Returns the value of thepspRoleTyperecord component.static BzstCesopPSPRoleTypeEnumReturns the enum constant of this class with the specified name.static BzstCesopPSPRoleTypeEnum[]BzstCesopPSPRoleTypeEnum.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 BzstCesopPSPRoleTypeEnumModifierConstructorDescriptionBzstCesopPSPRole(BzstCesopPSPRoleTypeEnum pspRoleType) Creates an instance of aBzstCesopPSPRolerecord class.