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