Class Label
- java.lang.Object
-
- net.fortuna.ical4j.model.Content
-
- net.fortuna.ical4j.model.Parameter
-
- net.fortuna.ical4j.model.parameter.Label
-
- All Implemented Interfaces:
Serializable
,Encodable
public class Label extends Parameter implements Encodable
Parameter Name: LABEL Purpose: To provide a human readable label. Format Definition: This property parameter is defined by the following notation: infoparam = "LABEL" "=" param-value Description: This property parameter MAY be specified on the "CONFERENCE" property. It is anticipated that other extensions to iCalendar will re-use this property parameter on new properties that they define. As a result, clients SHOULD expect to find this property parameter present on many different properties. It provides a human readable label that can be presented to calendar users to allow them to discriminate between properties which might be similar, or provide additional information for properties that are not self-describing. Example: CONFERENCE;VALUE=URI;FEATURE=VIDEO; LABEL="Web video chat, access code=76543"; :http://video-chat.example.com/;group-id=1234
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Label.Factory
-
Field Summary
-
Fields inherited from class net.fortuna.ical4j.model.Parameter
ABBREV, ALTREP, CN, CUTYPE, DELEGATED_FROM, DELEGATED_TO, DIR, DISPLAY, EMAIL, ENCODING, EXPERIMENTAL_PREFIX, FBTYPE, FEATURE, FMTTYPE, LABEL, LANGUAGE, MEMBER, PARTSTAT, RANGE, RELATED, RELTYPE, ROLE, RSVP, SCHEDULE_AGENT, SCHEDULE_STATUS, SENT_BY, TYPE, TZID, VALUE, VVENUE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getValue()
-