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