| Package | Description |
|---|---|
| com.google.type |
| Modifier and Type | Method and Description |
|---|---|
static DayOfWeek |
DayOfWeek.forNumber(int value) |
static DayOfWeek |
DayOfWeek.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DayOfWeek |
DayOfWeek.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DayOfWeek |
DayOfWeek.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DayOfWeek[] |
DayOfWeek.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<DayOfWeek> |
DayOfWeek.internalGetValueMap() |
Copyright © 2020 Google LLC. All rights reserved.