Class ImmutableKind
- java.lang.Object
-
- net.fortuna.ical4j.model.Content
-
- net.fortuna.ical4j.model.Property
-
- net.fortuna.ical4j.vcard.GroupProperty
-
- net.fortuna.ical4j.vcard.property.Kind
-
- net.fortuna.ical4j.vcard.property.immutable.ImmutableKind
-
- All Implemented Interfaces:
Serializable
,Comparable<Property>
,FluentProperty
,ImmutableContent
public class ImmutableKind extends Kind implements ImmutableContent
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.fortuna.ical4j.vcard.property.Kind
Kind.Factory
-
-
Field Summary
Fields Modifier and Type Field Description static Kind
GROUP
Standard kind.static Kind
INDIVIDUAL
Standard kind.static Kind
LOCATION
Standard kind.static Kind
ORG
Standard kind.static Kind
THING
Standard kind.-
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_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 ImmutableKind(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.Kind
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
-
-