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

Packages that use DayOfWeekType
com.microsoft.exchange.types   
 

Uses of DayOfWeekType in com.microsoft.exchange.types
 

Fields in com.microsoft.exchange.types declared as DayOfWeekType
protected  DayOfWeekType SerializableTimeZoneTime.dayOfWeek
           
protected  DayOfWeekType RelativeYearlyRecurrencePatternType.daysOfWeek
           
protected  DayOfWeekType RelativeMonthlyRecurrencePatternType.daysOfWeek
           
 

Fields in com.microsoft.exchange.types with type parameters of type DayOfWeekType
protected  List<DayOfWeekType> WorkingPeriod.dayOfWeek
           
protected  List<DayOfWeekType> WeeklyRecurrencePatternType.daysOfWeek
           
 

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

Methods in com.microsoft.exchange.types that return types with arguments of type DayOfWeekType
 List<DayOfWeekType> WorkingPeriod.getDayOfWeek()
          Gets the value of the dayOfWeek property.
 List<DayOfWeekType> WeeklyRecurrencePatternType.getDaysOfWeek()
          Gets the value of the daysOfWeek property.
 

Methods in com.microsoft.exchange.types with parameters of type DayOfWeekType
 void SerializableTimeZoneTime.setDayOfWeek(DayOfWeekType value)
          Sets the value of the dayOfWeek property.
 void RelativeYearlyRecurrencePatternType.setDaysOfWeek(DayOfWeekType value)
          Sets the value of the daysOfWeek property.
 void RelativeMonthlyRecurrencePatternType.setDaysOfWeek(DayOfWeekType value)
          Sets the value of the daysOfWeek property.
 



Copyright © 2012 Jasig. All Rights Reserved.