Package | Description |
---|---|
ezvcard.parameter |
Contains classes related to vCard parameters.
|
ezvcard.property |
Contains the DTO class for each property.
|
Modifier and Type | Field and Description |
---|---|
static ExpertiseLevel |
ExpertiseLevel.AVERAGE |
static ExpertiseLevel |
ExpertiseLevel.BEGINNER |
static ExpertiseLevel |
ExpertiseLevel.EXPERT |
Modifier and Type | Method and Description |
---|---|
static ExpertiseLevel |
ExpertiseLevel.find(String value)
Searches for a parameter value that is defined as a static constant in
this class.
|
static ExpertiseLevel |
ExpertiseLevel.get(String value)
Searches for a parameter value and creates one if it cannot be found.
|
Modifier and Type | Method and Description |
---|---|
static Collection<ExpertiseLevel> |
ExpertiseLevel.all()
Gets all of the parameter values that are defined as static constants in
this class.
|
Modifier and Type | Method and Description |
---|---|
ExpertiseLevel |
Expertise.getLevel()
Gets the level of knowledge the person has for this skill.
|
Modifier and Type | Method and Description |
---|---|
void |
Expertise.setLevel(ExpertiseLevel level)
Sets the level of knowledge the person has for this skill.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.