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 RelatedType |
RelatedType.ACQUAINTANCE |
static RelatedType |
RelatedType.AGENT |
static RelatedType |
RelatedType.CHILD |
static RelatedType |
RelatedType.CO_RESIDENT |
static RelatedType |
RelatedType.CO_WORKER |
static RelatedType |
RelatedType.COLLEAGUE |
static RelatedType |
RelatedType.CONTACT |
static RelatedType |
RelatedType.CRUSH |
static RelatedType |
RelatedType.DATE |
static RelatedType |
RelatedType.EMERGENCY |
static RelatedType |
RelatedType.FRIEND |
static RelatedType |
RelatedType.KIN |
static RelatedType |
RelatedType.ME |
static RelatedType |
RelatedType.MET |
static RelatedType |
RelatedType.MUSE |
static RelatedType |
RelatedType.NEIGHBOR |
static RelatedType |
RelatedType.PARENT |
static RelatedType |
RelatedType.SIBLING |
static RelatedType |
RelatedType.SPOUSE |
static RelatedType |
RelatedType.SWEETHEART |
Modifier and Type | Method and Description |
---|---|
static RelatedType |
RelatedType.find(String value)
Searches for a parameter value that is defined as a static constant in
this class.
|
static RelatedType |
RelatedType.get(String value)
Searches for a parameter value and creates one if it cannot be found.
|
Modifier and Type | Method and Description |
---|---|
static Collection<RelatedType> |
RelatedType.all()
Gets all of the parameter values that are defined as static constants in
this class.
|
Modifier and Type | Method and Description |
---|---|
List<RelatedType> |
Related.getTypes()
Gets the list that stores this property's relationship types (TYPE
parameters).
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.