| Package | Description |
|---|---|
| com.google.type |
| Modifier and Type | Method and Description |
|---|---|
static Month |
Month.forNumber(int value) |
static Month |
Month.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Month |
Month.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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 com.google.protobuf.Internal.EnumLiteMap<Month> |
Month.internalGetValueMap() |
Copyright © 2022 Google LLC. All rights reserved.