Uses of Class
eu.europa.ec.taxud.cesop.domain.MessageTypeEnum
-
Packages that use MessageTypeEnum Package Description eu.europa.ec.taxud.cesop.domain eu.europa.ec.taxud.cesop.utils -
-
Uses of MessageTypeEnum in eu.europa.ec.taxud.cesop.domain
Methods in eu.europa.ec.taxud.cesop.domain that return MessageTypeEnum Modifier and Type Method Description static MessageTypeEnum
MessageTypeEnum. findByLabel(String label)
Find aMessageTypeEnum
by its label.static MessageTypeEnum
MessageTypeEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static MessageTypeEnum[]
MessageTypeEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MessageTypeEnum in eu.europa.ec.taxud.cesop.utils
Methods in eu.europa.ec.taxud.cesop.utils with parameters of type MessageTypeEnum Modifier and Type Method Description static void
ValidationErrorUtils. checkMhBr0090(List<ValidationError> validationErrors, String messageRefId, MessageTypeEnum messageType, boolean hasPaymentDataBody)
A payment data message (MessageType = 'PMT') must contain the 'PaymentDataBody' element.
-