Class NotificationMessageTemplateElement

    • Constructor Detail

      • NotificationMessageTemplateElement

        public NotificationMessageTemplateElement()
    • Method Detail

      • generateValue

        public abstract void generateValue​(LocalizableMessageBuilder buffer,
                                           AccountStatusNotification notification)
        Generates a value for this template element using the information contained in the provided account status notification and appends it to the given buffer.
        Parameters:
        buffer - The buffer to which the generated value should be appended.
        notification - The account status notification to process.