org.opencms.newsletter
Class CmsNewsletterContentType

java.lang.Object
  extended byorg.opencms.newsletter.CmsNewsletterContentType

public final class CmsNewsletterContentType
extends java.lang.Object

Type definition class for email content types.

Since:
6.2.0
Version:
$Revision: 1.2 $
Author:
Alexander Kandzior

Field Summary
static CmsNewsletterContentType TYPE_HTML
          Content type definition for HTML.
static CmsNewsletterContentType TYPE_TEXT
          Content type definition for plain text.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE_HTML

public static final CmsNewsletterContentType TYPE_HTML
Content type definition for HTML.


TYPE_TEXT

public static final CmsNewsletterContentType TYPE_TEXT
Content type definition for plain text.

Method Detail

toString

public java.lang.String toString()
See Also:
Object.toString()