Interface MessageFormat

All Superinterfaces:
com.novomind.ecom.common.api.attribute.DisplayNamed, com.novomind.ecom.common.api.attribute.Named

public interface MessageFormat extends com.novomind.ecom.common.api.attribute.DisplayNamed
Represents the format of a message (e.g. plain text, HTML, or PDF).
Since:
10.0.102
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The name constant for the HTML message format.
    static final String
    The name constant for the PDF message format.
    static final String
    The name constant for the plain text message format.
  • Method Summary

    Methods inherited from interface com.novomind.ecom.common.api.attribute.DisplayNamed

    getDisplayName

    Methods inherited from interface com.novomind.ecom.common.api.attribute.Named

    getName
  • Field Details

    • NAME_TEXT

      static final String NAME_TEXT
      The name constant for the plain text message format.
      Since:
      10.0.102
      See Also:
    • NAME_HTML

      static final String NAME_HTML
      The name constant for the HTML message format.
      Since:
      10.0.102
      See Also:
    • NAME_PDF

      static final String NAME_PDF
      The name constant for the PDF message format.
      Since:
      10.0.102
      See Also: