public enum DayOfWeek extends Enum<DayOfWeek> implements ProtocolMessageEnum
Represents a day of the week.
Protobuf enum google.type.DayOfWeek
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DAY_OF_WEEK_UNSPECIFIED |
The day of the week is unspecified. |
DAY_OF_WEEK_UNSPECIFIED_VALUE |
The day of the week is unspecified. |
FRIDAY |
Friday |
FRIDAY_VALUE |
Friday |
MONDAY |
Monday |
MONDAY_VALUE |
Monday |
SATURDAY |
Saturday |
SATURDAY_VALUE |
Saturday |
SUNDAY |
Sunday |
SUNDAY_VALUE |
Sunday |
THURSDAY |
Thursday |
THURSDAY_VALUE |
Thursday |
TUESDAY |
Tuesday |
TUESDAY_VALUE |
Tuesday |
UNRECOGNIZED |
|
WEDNESDAY |
Wednesday |
WEDNESDAY_VALUE |
Wednesday |
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() |