| Modifier and Type | Method and Description |
|---|---|
static Address.Purpose |
Address.Purpose.forNumber(int value) |
static Address.Purpose |
Address.Purpose.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Address.Purpose |
Address.Purpose.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Address.Purpose |
Address.Purpose.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Address.Purpose[] |
Address.Purpose.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<Address.Purpose> |
Address.Purpose.internalGetValueMap() |
Copyright © 2023 Google LLC. All rights reserved.