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