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