|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HobbyLevel | |
---|---|
ezvcard.parameter | |
ezvcard.property |
Uses of HobbyLevel in ezvcard.parameter |
---|
Fields in ezvcard.parameter declared as HobbyLevel | |
---|---|
static HobbyLevel |
HobbyLevel.HIGH
|
static HobbyLevel |
HobbyLevel.LOW
|
static HobbyLevel |
HobbyLevel.MEDIUM
|
Methods in ezvcard.parameter that return HobbyLevel | |
---|---|
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. |
Methods in ezvcard.parameter that return types with arguments of type HobbyLevel | |
---|---|
static Collection<HobbyLevel> |
HobbyLevel.all()
Gets all of the parameter values that are defined as static constants in this class. |
Uses of HobbyLevel in ezvcard.property |
---|
Methods in ezvcard.property that return HobbyLevel | |
---|---|
HobbyLevel |
Hobby.getLevel()
Gets the level at which the person practices the hobby. |
Methods in ezvcard.property with parameters of type HobbyLevel | |
---|---|
void |
Hobby.setLevel(HobbyLevel level)
Sets the level at which the person practices the hobby. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |