| Package | Description | 
|---|---|
| org.apache.metamodel.util | Utilities and convenient classes | 
| Modifier and Type | Method and Description | 
|---|---|
| static Month | Month. getByCalendarConstant(int calendarConstant) | 
| static Month | DateUtils. getMonth(Date date) | 
| Month | Month. next() | 
| Month | Month. previous() | 
| static Month | Month. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Month[] | Month. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Date | DateUtils. get(int year,
   Month month,
   int dayOfMonth) | 
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.