Uses of Class
net.sf.mpxj.RecurrenceType

Packages that use RecurrenceType
net.sf.mpxj   
 

Uses of RecurrenceType in net.sf.mpxj
 

Methods in net.sf.mpxj that return RecurrenceType
static RecurrenceType RecurrenceType.getInstance(int type)
          Retrieve an instance of the enum based on its int value.
 RecurrenceType RecurringTask.getRecurrenceType()
          Retrieves the recurrence type.
static RecurrenceType RecurrenceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RecurrenceType[] RecurrenceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.mpxj with parameters of type RecurrenceType
 void RecurringTask.setRecurrenceType(RecurrenceType type)
          Sets the recurrence type.
 



Copyright © 2012. All Rights Reserved.