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 ImppType |
ImppType.BUSINESS |
static ImppType |
ImppType.HOME |
static ImppType |
ImppType.MOBILE |
static ImppType |
ImppType.PERSONAL |
static ImppType |
ImppType.PREF |
static ImppType |
ImppType.WORK |
Modifier and Type | Method and Description |
---|---|
static ImppType |
ImppType.find(String value)
Searches for a parameter value that is defined as a static constant in
this class.
|
static ImppType |
ImppType.get(String value)
Searches for a parameter value and creates one if it cannot be found.
|
Modifier and Type | Method and Description |
---|---|
static Collection<ImppType> |
ImppType.all()
Gets all of the parameter values that are defined as static constants in
this class.
|
Modifier and Type | Method and Description |
---|---|
List<ImppType> |
Impp.getTypes()
Gets the list that stores this property's IMPP types (TYPE parameters).
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.