| Modifier and Type | Method and Description |
|---|---|
static EducationRecord.DegreeCase |
EducationRecord.DegreeCase.forNumber(int value) |
EducationRecord.DegreeCase |
EducationRecord.getDegreeCase() |
EducationRecord.DegreeCase |
EducationRecord.Builder.getDegreeCase() |
EducationRecord.DegreeCase |
EducationRecordOrBuilder.getDegreeCase() |
static EducationRecord.DegreeCase |
EducationRecord.DegreeCase.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EducationRecord.DegreeCase |
EducationRecord.DegreeCase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EducationRecord.DegreeCase[] |
EducationRecord.DegreeCase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 Google LLC. All rights reserved.