com.moyosoft.connector.ms.outlook.attachment
Class AttachmentType

java.lang.Object
  |
  +--com.moyosoft.util.AbstractType
        |
        +--com.moyosoft.connector.ms.outlook.attachment.AttachmentType

public class AttachmentType
extends com.moyosoft.util.AbstractType


Field Summary
static AttachmentType BY_REFERENCE
           
static AttachmentType BY_VALUE
           
static AttachmentType EMBEDDEDITEM
           
static AttachmentType OLE
           
 
Method Summary
static AttachmentType getById(int pId)
           
 boolean isByReference()
           
 boolean isByValue()
           
 boolean isEmbeddeditem()
           
 boolean isOLE()
           
 
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

BY_VALUE

public static final AttachmentType BY_VALUE

BY_REFERENCE

public static final AttachmentType BY_REFERENCE

EMBEDDEDITEM

public static final AttachmentType EMBEDDEDITEM

OLE

public static final AttachmentType OLE
Method Detail

getById

public static AttachmentType getById(int pId)

isByValue

public boolean isByValue()

isByReference

public boolean isByReference()

isEmbeddeditem

public boolean isEmbeddeditem()

isOLE

public boolean isOLE()