Uses of Enum Class
software.xdev.bzst.dip.client.model.message.cesop.BzstCesopLegalAdressTypeEnum
Packages that use BzstCesopLegalAdressTypeEnum
-
Uses of BzstCesopLegalAdressTypeEnum in software.xdev.bzst.dip.client.model.message.cesop
Methods in software.xdev.bzst.dip.client.model.message.cesop that return BzstCesopLegalAdressTypeEnumModifier and TypeMethodDescriptionBzstCesopAdress.legalAdressType()Returns the value of thelegalAdressTyperecord component.static BzstCesopLegalAdressTypeEnumReturns the enum constant of this class with the specified name.static BzstCesopLegalAdressTypeEnum[]BzstCesopLegalAdressTypeEnum.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 BzstCesopLegalAdressTypeEnumModifierConstructorDescriptionBzstCesopAdress(BzstCesopLegalAdressTypeEnum legalAdressType, BzstDipCountryCode countryCode, String addressFree) Creates an instance of aBzstCesopAdressrecord class.