org.alfresco.repo.imap
Class ImapService.EmailBodyType

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.repo.imap.ImapService.EmailBodyType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing interface:
ImapService

public static final class ImapService.EmailBodyType
extends java.lang.Enum

Helper enumeration to handle email body type text/html and text/plain

See Also:
Serialized Form

Field Summary
static ImapService.EmailBodyType TEXT_HTML
           
static ImapService.EmailBodyType TEXT_PLAIN
           
 
Method Summary
 java.lang.String getClasspathTempltePath()
           
 java.lang.String getMimeType()
           
 java.lang.String getSubtype()
           
 java.lang.String getTypeSubtype()
           
static ImapService.EmailBodyType valueOf(java.lang.String name)
           
static ImapService.EmailBodyType[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

TEXT_PLAIN

public static final ImapService.EmailBodyType TEXT_PLAIN

TEXT_HTML

public static final ImapService.EmailBodyType TEXT_HTML
Method Detail

values

public static ImapService.EmailBodyType[] values()

valueOf

public static ImapService.EmailBodyType valueOf(java.lang.String name)

getSubtype

public java.lang.String getSubtype()

getTypeSubtype

public java.lang.String getTypeSubtype()

getMimeType

public java.lang.String getMimeType()

getClasspathTempltePath

public java.lang.String getClasspathTempltePath()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.