Class CardType

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

    public class CardType
    extends net.fortuna.ical4j.vcard.property.Categories
    implements net.fortuna.ical4j.model.property.ImmutableProperty
    This class extends the Categories property to provide common categories applied to vCard information.
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class net.fortuna.ical4j.vcard.property.Categories

        net.fortuna.ical4j.vcard.property.Categories.Factory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static CardType APPLICATION  
      static CardType CONTACT  
      • Fields inherited from class net.fortuna.ical4j.model.Property

        ACKNOWLEDGED, ACTION, ATTACH, ATTENDEE, BUSYTYPE, CALENDAR_ADDRESS, CALSCALE, CATEGORIES, CLASS, COMMENT, COMPLETED, 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
      • Fields inherited from interface net.fortuna.ical4j.vcard.PropertyValidatorSupport

        ADDRESS, AGENT, ANNIVERSARY_DATE, ANNIVERSARY_TEXT, BDAY_DATE, BDAY_TEXT, BIRTH, CALADRURI, CALURI, CATEGORIES, CLASS, CLIENTPIDMAP, CONTACT_BY_VALIDATOR, CONTACT_URI, CREATED_VALIDATOR, DATE_AND_OR_TIME_VALUE, DDAY, DEATH, DEF_LANGUAGE_VALIDATOR, EMAIL, FBURL, FN, GENDER, GEO, GRAM_GENDER_VALIDATOR, IMPP, KEY_TEXT, KEY_URI, KIND, LABEL, LANG, LANGUAGE_TAG_VALUE, LOGO, MAILER, MEMBER, N, NAME, NICKNAME, NOTE, ORG, PHOTO, PRODID, PRONOUNS_VALIDATOR, RELATED_TEXT, RELATED_URI, REV, ROLE, SOCIAL_PROFILE_TEXT_VALIDATOR, SOCIAL_PROFILE_URI_VALIDATOR, SORT_STRING, SOUND, SOURCE, TEL_TEXT, TEL_URI, TEXT_VALUE, TIMESTAMP_VALUE, TITLE, TZ_TEXT, TZ_URI, TZ_UTC_OFFSET, UID_TEXT, UID_URI, URI_VALUE, URL, UTC_OFFSET_VALUE, VERSION, XML
    • Constructor Summary

      Constructors 
      Constructor Description
      CardType​(String... categories)  
    • Method Summary

      • Methods inherited from class net.fortuna.ical4j.vcard.property.Categories

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

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

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

        add, remove, removeAll, replace, setValue, throwException
    • Field Detail

      • CONTACT

        public static final CardType CONTACT
      • APPLICATION

        public static final CardType APPLICATION
    • Constructor Detail

      • CardType

        public CardType​(String... categories)