Package | Description |
---|---|
ezvcard.io.scribe |
Contains classes that know how to marshal and unmarshal a property in each vCard format.
|
ezvcard.property |
Contains the DTO class for each property.
|
ezvcard.util |
Contains miscellaneous utility classes.
|
Modifier and Type | Method and Description |
---|---|
protected Deathdate |
DeathdateScribe.newInstance(PartialDate partialDate) |
protected abstract T |
DateOrTimePropertyScribe.newInstance(PartialDate partialDate) |
protected Birthday |
BirthdayScribe.newInstance(PartialDate partialDate) |
protected Anniversary |
AnniversaryScribe.newInstance(PartialDate partialDate) |
Modifier and Type | Method and Description |
---|---|
PartialDate |
DateOrTimeProperty.getPartialDate()
Gets the reduced accuracy or truncated date.
|
Modifier and Type | Method and Description |
---|---|
void |
DateOrTimeProperty.setPartialDate(PartialDate partialDate)
Sets the value of this property to a reduced accuracy or truncated date.
|
Constructor and Description |
---|
Anniversary(PartialDate partialDate)
Creates an anniversary property.
|
Birthday(PartialDate partialDate)
Creates a birthday property.
|
DateOrTimeProperty(PartialDate partialDate)
Creates a date-and-or-time property.
|
Deathdate(PartialDate partialDate)
Creates a deathdate property.
|
Modifier and Type | Method and Description |
---|---|
PartialDate |
PartialDate.Builder.build()
Builds the
PartialDate object. |
static PartialDate |
PartialDate.parse(String string)
Parses a partial date from a string.
|
Modifier and Type | Method and Description |
---|---|
static PartialDate.Builder |
PartialDate.builder(PartialDate orig)
Creates a builder object.
|
Constructor and Description |
---|
Builder(PartialDate original) |
Copyright © 2012–2023 Michael Angstadt. All rights reserved.