com.moyosoft.connector.ms.outlook.appointment
Class BusyStatus

java.lang.Object
  |
  +--com.moyosoft.util.AbstractType
        |
        +--com.moyosoft.connector.ms.outlook.appointment.BusyStatus

public class BusyStatus
extends com.moyosoft.util.AbstractType


Field Summary
static BusyStatus BUSY
           
static BusyStatus FREE
           
static BusyStatus OUT_OF_OFFICE
           
static BusyStatus TENTATIVE
           
 
Method Summary
static BusyStatus getById(int pId)
           
 boolean isBusy()
           
 boolean isFree()
           
 boolean isOutOfOffice()
           
 boolean isTentative()
           
 
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

FREE

public static final BusyStatus FREE

TENTATIVE

public static final BusyStatus TENTATIVE

BUSY

public static final BusyStatus BUSY

OUT_OF_OFFICE

public static final BusyStatus OUT_OF_OFFICE
Method Detail

getById

public static BusyStatus getById(int pId)

isFree

public boolean isFree()

isTentative

public boolean isTentative()

isBusy

public boolean isBusy()

isOutOfOffice

public boolean isOutOfOffice()