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