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