org.alfresco.repo.imap
Class ImapService.EmailBodyType
java.lang.Object
java.lang.Enum
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
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 |
TEXT_PLAIN
public static final ImapService.EmailBodyType TEXT_PLAIN
TEXT_HTML
public static final ImapService.EmailBodyType TEXT_HTML
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.