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