public final class BDay extends Property implements net.fortuna.ical4j.model.Escapable
Modifier and Type | Class and Description |
---|---|
static class |
BDay.Factory |
Property.Id
ILLEGAL_PARAMETER_MESSAGE
Constructor and Description |
---|
BDay(net.fortuna.ical4j.model.Date date) |
BDay(java.util.List<Parameter> params,
java.lang.String value)
Factory constructor.
|
BDay(java.lang.String text) |
Modifier and Type | Method and Description |
---|---|
net.fortuna.ical4j.model.Date |
getDate() |
java.lang.String |
getText() |
java.lang.String |
getValue() |
void |
validate() |
assertOneOrLess, assertParametersEmpty, assertPidParameter, assertPrefParameter, assertTextParameter, assertTypeParameter, equals, getExtendedParameter, getExtendedParameters, getGroup, getId, getParameter, getParameters, getParameters, hashCode, toString
public BDay(net.fortuna.ical4j.model.Date date)
date
- date of birthpublic BDay(java.lang.String text)
text
- non-structured date of birthpublic BDay(java.util.List<Parameter> params, java.lang.String value) throws java.text.ParseException
params
- property parametersvalue
- string representation of a property valuejava.text.ParseException
- if the property value is an invalid date