Class NonStandardParameter
java.lang.Object
jfxtras.icalendarfx.VElementBase
jfxtras.icalendarfx.parameters.VParameterBase<NonStandardParameter, String>
jfxtras.icalendarfx.parameters.NonStandardParameter
- All Implemented Interfaces:
VParameter<String>, VChild, VElement
A non-standard, experimental parameter.
- Author:
- David Bal
-
Nested Class Summary
Nested classes/interfaces inherited from class VElementBase
VElementBase.Message, VElementBase.MessageEffect -
Field Summary
Fields inherited from class VParameterBase
converter, elementTypeFields inherited from class VElementBase
BEGIN, END -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionerrors()Produces a list of error messages indicating problems with calendar elementVElement.errors()is invoked recursively to return errors of child elements in addition to errors in parentname()Returns the name of the component as it would appear in the iCalendar content line.static NonStandardParameterprotected List<VElementBase.Message> parseContent(String content) Parse content line into calendar element.toString()Methods inherited from class VParameterBase
equals, getParent, getValue, hashCode, setParent, setValue, setValue, withValue, withValueMethods inherited from class VElementBase
elementName, isContentValid, newEmptyVElement, parse, throwMessageExceptions
-
Constructor Details
-
NonStandardParameter
-
NonStandardParameter
-
NonStandardParameter
public NonStandardParameter()
-
-
Method Details
-
name
Description copied from interface:VElementReturns the name of the component as it would appear in the iCalendar content line.
Examples:
- VEVENT
- SUMMARY
- LANGUAGE
- Specified by:
namein interfaceVElement- Overrides:
namein classVParameterBase<NonStandardParameter, String>- Returns:
- - the component name
-
parseContent
Description copied from class:VElementBaseParse content line into calendar element. If element contains childrenVElementBase.parseContent(String)is invoked recursively to parse child elements also- Overrides:
parseContentin classVParameterBase<NonStandardParameter, String>- Parameters:
content- calendar content string to parse- Returns:
- log of information and error messages
-
errors
Description copied from interface:VElementProduces a list of error messages indicating problems with calendar elementVElement.errors()is invoked recursively to return errors of child elements in addition to errors in parent- Specified by:
errorsin interfaceVElement- Overrides:
errorsin classVParameterBase<NonStandardParameter, String>- Returns:
- - list of error messages
-
toString
- Overrides:
toStringin classVParameterBase<NonStandardParameter, String>
-
parse
-