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