java.lang.Object
jfxtras.icalendarfx.VElementBase
jfxtras.icalendarfx.parameters.VParameterBase<AlternateText,URI>
jfxtras.icalendarfx.parameters.AlternateText
- All Implemented Interfaces:
VParameter<URI>
,VChild
,VElement
3.2.1. Alternate Text Representation Parameter Name: ALTREP Purpose: To specify an alternate text representation for the property value. Format Definition: This property parameter is defined by the following notation: altrepparam = "ALTREP" "=" DQUOTE uri DQUOTE Description: This parameter specifies a URI that points to an alternate representation for a textual property value. A property specifying this parameter MUST also include a value that reflects Desruisseaux Standards Track [Page 14] RFC 5545 iCalendar September 2009 the default representation of the text value. The URI parameter value MUST be specified in a quoted-string. Note: While there is no restriction imposed on the URI schemes allowed for this parameter, Content Identifier (CID) [RFC2392], HTTP [RFC2616], and HTTPS [RFC2818] are the URI schemes most commonly used by current implementations. Example: DESCRIPTION;ALTREP="CID:part3.msg.970415T083000@example.com": Project XYZ Review Meeting will include the following agenda items: (a) Market Overview\, (b) Finances\, (c) Project Man agement The "ALTREP" property parameter value might point to a "text/html" content portion. Content-Type:text/html Content-Id:<part3.msg.970415T083000@example.com>Project XYZ Review Meeting will include the following agenda items:
RFC 5545 iCalendar September 2009
- Market Overview
- Finances
- Project Management
-
Nested Class Summary
Nested classes/interfaces inherited from class jfxtras.icalendarfx.VElementBase
VElementBase.Message, VElementBase.MessageEffect
-
Field Summary
FieldsFields inherited from class jfxtras.icalendarfx.parameters.VParameterBase
converter, elementType
Fields inherited from class jfxtras.icalendarfx.VElementBase
BEGIN, END
-
Constructor Summary
ConstructorsConstructorDescriptionCreate default Summary with no value setAlternateText
(URI value) Create new AlternateText with property value set to input parameterAlternateText
(AlternateText source) Create deep copy of source AlternateText -
Method Summary
Methods inherited from class jfxtras.icalendarfx.parameters.VParameterBase
equals, errors, extractValue, getParent, getValue, hashCode, name, parseContent, setParent, setValue, setValue, toString, valueAsString, withValue, withValue
Methods inherited from class jfxtras.icalendarfx.VElementBase
elementName, isContentValid, newEmptyVElement, parse, throwMessageExceptions
-
Field Details
-
CONVERTER
-
-
Constructor Details
-
AlternateText
Create new AlternateText with property value set to input parameter -
AlternateText
Create deep copy of source AlternateText -
AlternateText
public AlternateText()Create default Summary with no value set
-
-
Method Details
-
parse
-