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 HobbyLevel |
HobbyLevel.HIGH |
static HobbyLevel |
HobbyLevel.LOW |
static HobbyLevel |
HobbyLevel.MEDIUM |
Modifier and Type | Method and Description |
---|---|
static HobbyLevel |
HobbyLevel.find(String value)
Searches for a parameter value that is defined as a static constant in
this class.
|
static HobbyLevel |
HobbyLevel.get(String value)
Searches for a parameter value and creates one if it cannot be found.
|
Modifier and Type | Method and Description |
---|---|
static Collection<HobbyLevel> |
HobbyLevel.all()
Gets all of the parameter values that are defined as static constants in
this class.
|
Modifier and Type | Method and Description |
---|---|
HobbyLevel |
Hobby.getLevel()
Gets the level at which the person practices the hobby.
|
Modifier and Type | Method and Description |
---|---|
void |
Hobby.setLevel(HobbyLevel level)
Sets the level at which the person practices the hobby.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.