Uses of Class
com.microsoft.exchange.types.DayOfWeekIndexType

Packages that use DayOfWeekIndexType
com.microsoft.exchange.types   
 

Uses of DayOfWeekIndexType in com.microsoft.exchange.types
 

Fields in com.microsoft.exchange.types declared as DayOfWeekIndexType
protected  DayOfWeekIndexType RelativeYearlyRecurrencePatternType.dayOfWeekIndex
           
protected  DayOfWeekIndexType RelativeMonthlyRecurrencePatternType.dayOfWeekIndex
           
 

Methods in com.microsoft.exchange.types that return DayOfWeekIndexType
static DayOfWeekIndexType DayOfWeekIndexType.fromValue(String v)
           
 DayOfWeekIndexType RelativeYearlyRecurrencePatternType.getDayOfWeekIndex()
          Gets the value of the dayOfWeekIndex property.
 DayOfWeekIndexType RelativeMonthlyRecurrencePatternType.getDayOfWeekIndex()
          Gets the value of the dayOfWeekIndex property.
static DayOfWeekIndexType DayOfWeekIndexType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DayOfWeekIndexType[] DayOfWeekIndexType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.microsoft.exchange.types with parameters of type DayOfWeekIndexType
 void RelativeYearlyRecurrencePatternType.setDayOfWeekIndex(DayOfWeekIndexType value)
          Sets the value of the dayOfWeekIndex property.
 void RelativeMonthlyRecurrencePatternType.setDayOfWeekIndex(DayOfWeekIndexType value)
          Sets the value of the dayOfWeekIndex property.
 



Copyright © 2012 Jasig. All Rights Reserved.