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 -
Method Summary
Methods inherited from interface com.novomind.ecom.common.api.attribute.DisplayNamed
getDisplayNameMethods inherited from interface com.novomind.ecom.common.api.attribute.Named
getName
-
Field Details
-
NAME_TEXT
The name constant for the plain text message format.- Since:
- 10.0.102
- See Also:
-
NAME_HTML
The name constant for the HTML message format.- Since:
- 10.0.102
- See Also:
-
NAME_PDF
The name constant for the PDF message format.- Since:
- 10.0.102
- See Also:
-