public enum Month extends Enum<Month> implements ProtocolMessageEnum
Represents a month in the Gregorian calendar.
Protobuf enum google.type.Month
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
APRIL | The month of April. |
APRIL_VALUE | The month of April. |
AUGUST | The month of August. |
AUGUST_VALUE | The month of August. |
DECEMBER | The month of December. |
DECEMBER_VALUE | The month of December. |
FEBRUARY | The month of February. |
FEBRUARY_VALUE | The month of February. |
JANUARY | The month of January. |
JANUARY_VALUE | The month of January. |
JULY | The month of July. |
JULY_VALUE | The month of July. |
JUNE | The month of June. |
JUNE_VALUE | The month of June. |
MARCH | The month of March. |
MARCH_VALUE | The month of March. |
MAY | The month of May. |
MAY_VALUE | The month of May. |
MONTH_UNSPECIFIED | The unspecified month. |
MONTH_UNSPECIFIED_VALUE | The unspecified month. |
NOVEMBER | The month of November. |
NOVEMBER_VALUE | The month of November. |
OCTOBER | The month of October. |
OCTOBER_VALUE | The month of October. |
SEPTEMBER | The month of September. |
SEPTEMBER_VALUE | The month of September. |
UNRECOGNIZED |
Static Methods
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |