public final class DDay extends Property implements net.fortuna.ical4j.model.Escapable
Property.Id
Modifier and Type | Field and Description |
---|---|
static PropertyFactory<DDay> |
FACTORY |
ILLEGAL_PARAMETER_MESSAGE
Constructor and Description |
---|
DDay(net.fortuna.ical4j.model.Date date) |
DDay(List<Parameter> params,
String value)
Factory constructor.
|
DDay(String description) |
Modifier and Type | Method and Description |
---|---|
net.fortuna.ical4j.model.Date |
getDate() |
String |
getText() |
String |
getValue() |
void |
validate() |
assertOneOrLess, assertParametersEmpty, assertPidParameter, assertPrefParameter, assertTextParameter, assertTypeParameter, equals, getExtendedParameter, getExtendedParameters, getGroup, getId, getParameter, getParameters, getParameters, hashCode, toString
public static final PropertyFactory<DDay> FACTORY
public DDay(net.fortuna.ical4j.model.Date date)
date
- date of deathpublic DDay(String description)
description
- unstructured time of deathpublic DDay(List<Parameter> params, String value) throws ParseException
params
- property parametersvalue
- string representation of a property valueParseException
- where the specified value is not a valid date representationCopyright © 2008-2012 Micronode. All Rights Reserved.