com.moyosoft.connector.ms.outlook.mail
Class BodyFormat

java.lang.Object
  |
  +--com.moyosoft.util.AbstractType
        |
        +--com.moyosoft.connector.ms.outlook.mail.BodyFormat

public class BodyFormat
extends com.moyosoft.util.AbstractType


Field Summary
static BodyFormat HTML
           
static BodyFormat PLAIN
           
static BodyFormat RICH_TEXT
           
static BodyFormat UNSPECIFIED
           
 
Method Summary
static BodyFormat getById(int pId)
           
 boolean isHTML()
           
 boolean isPlain()
           
 boolean isRichText()
           
 boolean isUnspecified()
           
 
Methods inherited from class com.moyosoft.util.AbstractType
equals, equals, getTypeValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNSPECIFIED

public static final BodyFormat UNSPECIFIED

PLAIN

public static final BodyFormat PLAIN

HTML

public static final BodyFormat HTML

RICH_TEXT

public static final BodyFormat RICH_TEXT
Method Detail

getById

public static BodyFormat getById(int pId)

isUnspecified

public boolean isUnspecified()

isPlain

public boolean isPlain()

isHTML

public boolean isHTML()

isRichText

public boolean isRichText()