com.moyosoft.connector.ms.outlook.recipient
Class MeetingRecipientType

java.lang.Object
  |
  +--com.moyosoft.util.AbstractType
        |
        +--com.moyosoft.connector.ms.outlook.recipient.MeetingRecipientType

public class MeetingRecipientType
extends com.moyosoft.util.AbstractType


Field Summary
static MeetingRecipientType OPTIONAL
           
static MeetingRecipientType ORGANIZER
           
static MeetingRecipientType REQUIRED
           
static MeetingRecipientType RESOURCE
           
 
Method Summary
static MeetingRecipientType getById(int pId)
           
 boolean isOptional()
           
 boolean isOrganizer()
           
 boolean isRequired()
           
 boolean isResource()
           
 
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

ORGANIZER

public static final MeetingRecipientType ORGANIZER

REQUIRED

public static final MeetingRecipientType REQUIRED

OPTIONAL

public static final MeetingRecipientType OPTIONAL

RESOURCE

public static final MeetingRecipientType RESOURCE
Method Detail

getById

public static MeetingRecipientType getById(int pId)

isOrganizer

public boolean isOrganizer()

isRequired

public boolean isRequired()

isOptional

public boolean isOptional()

isResource

public boolean isResource()