com.moyosoft.connector.ms.outlook.recurrence
Class RecurrenceType

java.lang.Object
  |
  +--com.moyosoft.util.AbstractType
        |
        +--com.moyosoft.connector.ms.outlook.recurrence.RecurrenceType

public class RecurrenceType
extends com.moyosoft.util.AbstractType


Field Summary
static RecurrenceType RECURS_DAILY
           
static RecurrenceType RECURS_MONTH_NTH
           
static RecurrenceType RECURS_MONTHLY
           
static RecurrenceType RECURS_WEEKLY
           
static RecurrenceType RECURS_YEAR_NTH
           
static RecurrenceType RECURS_YEARLY
           
 
Method Summary
static RecurrenceType getById(int pId)
           
 boolean isRecursDaily()
           
 boolean isRecursMonthly()
           
 boolean isRecursMonthNth()
           
 boolean isRecursWeekly()
           
 boolean isRecursYearly()
           
 boolean isRecursYearNth()
           
 
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

RECURS_DAILY

public static final RecurrenceType RECURS_DAILY

RECURS_WEEKLY

public static final RecurrenceType RECURS_WEEKLY

RECURS_MONTHLY

public static final RecurrenceType RECURS_MONTHLY

RECURS_MONTH_NTH

public static final RecurrenceType RECURS_MONTH_NTH

RECURS_YEARLY

public static final RecurrenceType RECURS_YEARLY

RECURS_YEAR_NTH

public static final RecurrenceType RECURS_YEAR_NTH
Method Detail

getById

public static RecurrenceType getById(int pId)

isRecursDaily

public boolean isRecursDaily()

isRecursWeekly

public boolean isRecursWeekly()

isRecursMonthly

public boolean isRecursMonthly()

isRecursMonthNth

public boolean isRecursMonthNth()

isRecursYearly

public boolean isRecursYearly()

isRecursYearNth

public boolean isRecursYearNth()