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