Class EventType

  • All Implemented Interfaces:
    Serializable, Comparable<net.fortuna.ical4j.model.Property>, net.fortuna.ical4j.model.FluentProperty, net.fortuna.ical4j.model.property.ImmutableProperty

    public class EventType
    extends net.fortuna.ical4j.model.property.Concept
    implements net.fortuna.ical4j.model.property.ImmutableProperty
    Use the Categories property to define common types of components.
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class net.fortuna.ical4j.model.property.Concept

        net.fortuna.ical4j.model.property.Concept.Factory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static EventType APPOINTMENT  
      static EventType MEETING  
      static EventType PERFORMANCE  
      static EventType REMINDER  
      • 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
      EventType​(String type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T extends net.fortuna.ical4j.model.Property>
      T
      add​(net.fortuna.ical4j.model.Parameter parameter)  
      <T extends net.fortuna.ical4j.model.Property>
      T
      remove​(net.fortuna.ical4j.model.Parameter parameter)  
      <T extends net.fortuna.ical4j.model.Property>
      T
      removeAll​(String... parameterName)  
      <T extends net.fortuna.ical4j.model.Property>
      T
      replace​(net.fortuna.ical4j.model.Parameter parameter)  
      void setValue​(String aValue)  
      • Methods inherited from class net.fortuna.ical4j.model.property.Concept

        getUri, getValue, newFactory, validate
      • Methods inherited from class net.fortuna.ical4j.model.Property

        compareTo, copy, equals, getFluentTarget, getName, getParameter, getParameterList, getParameters, getPrefix, getRequiredParameter, hashCode, setParameters, setPrefix, toString
      • Methods inherited from interface net.fortuna.ical4j.model.FluentProperty

        withParameter
      • Methods inherited from interface net.fortuna.ical4j.model.property.ImmutableProperty

        throwException
    • Field Detail

      • MEETING

        public static final EventType MEETING
      • APPOINTMENT

        public static final EventType APPOINTMENT
      • REMINDER

        public static final EventType REMINDER
      • PERFORMANCE

        public static final EventType PERFORMANCE
    • Constructor Detail

      • EventType

        public EventType​(String type)
    • Method Detail

      • add

        public <T extends net.fortuna.ical4j.model.Property> T add​(net.fortuna.ical4j.model.Parameter parameter)
        Specified by:
        add in interface net.fortuna.ical4j.model.property.ImmutableProperty
        Overrides:
        add in class net.fortuna.ical4j.model.Property
      • remove

        public <T extends net.fortuna.ical4j.model.Property> T remove​(net.fortuna.ical4j.model.Parameter parameter)
        Specified by:
        remove in interface net.fortuna.ical4j.model.property.ImmutableProperty
        Overrides:
        remove in class net.fortuna.ical4j.model.Property
      • removeAll

        public <T extends net.fortuna.ical4j.model.Property> T removeAll​(String... parameterName)
        Specified by:
        removeAll in interface net.fortuna.ical4j.model.property.ImmutableProperty
        Overrides:
        removeAll in class net.fortuna.ical4j.model.Property
      • replace

        public <T extends net.fortuna.ical4j.model.Property> T replace​(net.fortuna.ical4j.model.Parameter parameter)
        Specified by:
        replace in interface net.fortuna.ical4j.model.property.ImmutableProperty
        Overrides:
        replace in class net.fortuna.ical4j.model.Property
      • setValue

        public void setValue​(String aValue)
        Specified by:
        setValue in interface net.fortuna.ical4j.model.property.ImmutableProperty
        Overrides:
        setValue in class net.fortuna.ical4j.model.property.Concept