Uses of Enum Class
software.xdev.bzst.dip.client.model.message.cesop.BzstCesopNameTypeEnum
Packages that use BzstCesopNameTypeEnum
-
Uses of BzstCesopNameTypeEnum in software.xdev.bzst.dip.client.model.message.cesop
Methods in software.xdev.bzst.dip.client.model.message.cesop that return BzstCesopNameTypeEnumModifier and TypeMethodDescriptionstatic BzstCesopNameTypeEnumBzstCesopName.nameType()Returns the value of thenameTyperecord component.static BzstCesopNameTypeEnumReturns the enum constant of this class with the specified name.static BzstCesopNameTypeEnum[]BzstCesopNameTypeEnum.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 BzstCesopNameTypeEnumModifierConstructorDescriptionBzstCesopName(BzstCesopNameTypeEnum nameType, String value) Creates an instance of aBzstCesopNamerecord class.