Class ImmutableVersion
- java.lang.Object
-
- net.fortuna.ical4j.model.Content
-
- net.fortuna.ical4j.model.Property
-
- net.fortuna.ical4j.vcard.GroupProperty
-
- net.fortuna.ical4j.vcard.property.Version
-
- net.fortuna.ical4j.vcard.property.immutable.ImmutableVersion
-
- All Implemented Interfaces:
Serializable
,Comparable<Property>
,FluentProperty
,ImmutableContent
public class ImmutableVersion extends Version implements ImmutableContent
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.fortuna.ical4j.vcard.property.Version
Version.Factory
-
-
Field Summary
Fields Modifier and Type Field Description static Version
VERSION_4_0
Standard version instance.-
Fields inherited from class net.fortuna.ical4j.vcard.GroupProperty
ILLEGAL_PARAMETER_MESSAGE
-
Fields inherited from class net.fortuna.ical4j.model.Property
ACKNOWLEDGED, ACTION, ATTACH, ATTENDEE, BUSYTYPE, CALENDAR_ADDRESS, CALSCALE, CATEGORIES, CLASS, COMMENT, COMPLETED, CONTACT, COUNTRY, CREATED, DESCRIPTION, DTEND, DTSTAMP, DTSTART, DUE, DURATION, EXDATE, EXPERIMENTAL_PREFIX, EXRULE, EXTENDED_ADDRESS, FREEBUSY, GEO, LAST_MODIFIED, LOCALITY, LOCATION, LOCATION_TYPE, METHOD, NAME, ORGANIZER, PARTICIPANT_TYPE, PERCENT_COMPLETE, POSTALCODE, PRIORITY, PRODID, PROXIMITY, RDATE, RECURRENCE_ID, REGION, RELATED_TO, REPEAT, REQUEST_STATUS, RESOURCE_TYPE, RESOURCES, RRULE, SEQUENCE, STATUS, STREET_ADDRESS, STRUCTURED_DATA, STYLED_DESCRIPTION, SUMMARY, TEL, TRANSP, TRIGGER, TZID, TZID_ALIAS_OF, TZNAME, TZOFFSETFROM, TZOFFSETTO, TZUNTIL, TZURL, UID, URL, VERSION
-
-
Constructor Summary
Constructors Constructor Description ImmutableVersion(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends Property>
Tadd(Parameter parameter)
<T extends Property>
Tremove(Parameter parameter)
<T extends Property>
TremoveAll(String... parameterName)
<T extends Property>
Treplace(Parameter parameter)
void
setValue(String aValue)
-
Methods inherited from class net.fortuna.ical4j.vcard.property.Version
getValue, newFactory, validate
-
Methods inherited from class net.fortuna.ical4j.vcard.GroupProperty
assertOneOrLess, assertParametersEmpty, assertPidParameter, assertPrefParameter, assertTextParameter, assertTypeParameter, equals, getGroup, getId, getParameter, hashCode, toString
-
Methods inherited from class net.fortuna.ical4j.model.Property
compareTo, copy, getFluentTarget, getName, getParameter, getParameterList, getParameters, getRequiredParameter, setParameters
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.fortuna.ical4j.model.FluentProperty
withParameter
-
Methods inherited from interface net.fortuna.ical4j.model.ImmutableContent
throwException
-
-
-
-
Field Detail
-
VERSION_4_0
public static final Version VERSION_4_0
Standard version instance.
-
-
Constructor Detail
-
ImmutableVersion
public ImmutableVersion(String value)
-
-