| Modifier and Type | Method and Description |
|---|---|
static PartOfSpeech.Number |
PartOfSpeech.Number.forNumber(int value) |
PartOfSpeech.Number |
PartOfSpeechOrBuilder.getNumber()
The grammatical number.
|
PartOfSpeech.Number |
PartOfSpeech.getNumber()
The grammatical number.
|
PartOfSpeech.Number |
PartOfSpeech.Builder.getNumber()
The grammatical number.
|
static PartOfSpeech.Number |
PartOfSpeech.Number.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PartOfSpeech.Number |
PartOfSpeech.Number.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PartOfSpeech.Number |
PartOfSpeech.Number.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartOfSpeech.Number[] |
PartOfSpeech.Number.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<PartOfSpeech.Number> |
PartOfSpeech.Number.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
PartOfSpeech.Builder |
PartOfSpeech.Builder.setNumber(PartOfSpeech.Number value)
The grammatical number.
|
Copyright © 2024 Google LLC. All rights reserved.