| Modifier and Type | Method and Description |
|---|---|
static SkillProficiencyLevel |
SkillProficiencyLevel.forNumber(int value) |
SkillProficiencyLevel |
SkillOrBuilder.getLevel()
Optional.
|
SkillProficiencyLevel |
Skill.getLevel()
Optional.
|
SkillProficiencyLevel |
Skill.Builder.getLevel()
Optional.
|
static SkillProficiencyLevel |
SkillProficiencyLevel.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SkillProficiencyLevel |
SkillProficiencyLevel.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SkillProficiencyLevel |
SkillProficiencyLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SkillProficiencyLevel[] |
SkillProficiencyLevel.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<SkillProficiencyLevel> |
SkillProficiencyLevel.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Skill.Builder |
Skill.Builder.setLevel(SkillProficiencyLevel value)
Optional.
|
Copyright © 2019 Google LLC. All rights reserved.