public class Anniversary
extends net.fortuna.ical4j.vcard.Property
implements net.fortuna.ical4j.model.Escapable
Modifier and Type | Field and Description |
---|---|
static net.fortuna.ical4j.vcard.PropertyFactory<net.fortuna.ical4j.vcard.Property> |
FACTORY |
Constructor and Description |
---|
Anniversary(net.fortuna.ical4j.model.Date value) |
Anniversary(java.util.List<net.fortuna.ical4j.vcard.Parameter> params,
java.lang.String value)
Factory constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
void |
validate() |
assertOneOrLess, assertParametersEmpty, assertPidParameter, assertPrefParameter, assertTextParameter, assertTypeParameter, equals, getExtendedParameter, getExtendedParameters, getGroup, getId, getParameter, getParameters, getParameters, hashCode, toString
public static final net.fortuna.ical4j.vcard.PropertyFactory<net.fortuna.ical4j.vcard.Property> FACTORY
public Anniversary(net.fortuna.ical4j.model.Date value)
public Anniversary(java.util.List<net.fortuna.ical4j.vcard.Parameter> params, java.lang.String value) throws java.text.ParseException
params
- property parametersvalue
- string representation of a property valuejava.text.ParseException
Copyright © 2021. All Rights Reserved.