| Package | Description |
|---|---|
| com.googlecode.jinahya.util |
| Modifier and Type | Method and Description |
|---|---|
static CalendarMonth |
CalendarMonth.fromCalendar(Calendar calendar)
Returns the enum constant of this type with the specified calendar's
field value.
|
static CalendarMonth |
CalendarMonth.fromFieldValue(int fieldValue)
Returns the enum constant of this type with the specified field value.
|
static CalendarMonth |
CalendarMonth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalendarMonth[] |
CalendarMonth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011-2013. All Rights Reserved.