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

Packages that use MonthNamesType
com.microsoft.exchange.types   
 

Uses of MonthNamesType in com.microsoft.exchange.types
 

Fields in com.microsoft.exchange.types declared as MonthNamesType
protected  MonthNamesType RelativeYearlyRecurrencePatternType.month
           
protected  MonthNamesType AbsoluteYearlyRecurrencePatternType.month
           
 

Methods in com.microsoft.exchange.types that return MonthNamesType
static MonthNamesType MonthNamesType.fromValue(String v)
           
 MonthNamesType RelativeYearlyRecurrencePatternType.getMonth()
          Gets the value of the month property.
 MonthNamesType AbsoluteYearlyRecurrencePatternType.getMonth()
          Gets the value of the month property.
static MonthNamesType MonthNamesType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MonthNamesType[] MonthNamesType.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 MonthNamesType
 void RelativeYearlyRecurrencePatternType.setMonth(MonthNamesType value)
          Sets the value of the month property.
 void AbsoluteYearlyRecurrencePatternType.setMonth(MonthNamesType value)
          Sets the value of the month property.
 



Copyright © 2012 Jasig. All Rights Reserved.