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.
-
Nested Class Summary
Nested classes/interfaces inherited from class jfxtras.icalendarfx.VElementBase
VElementBase.Message, VElementBase.MessageEffect
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final StringConverter<String>
(package private) String
Fields inherited from class jfxtras.icalendarfx.parameters.VParameterBase
converter, elementType
Fields inherited from class jfxtras.icalendarfx.VElementBase
BEGIN, END
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
errors()
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 NonStandardParameter
protected List<VElementBase.Message>
parseContent
(String content) Parse content line into calendar element.toString()
Methods inherited from class jfxtras.icalendarfx.parameters.VParameterBase
equals, extractValue, getParent, getValue, hashCode, setParent, setValue, setValue, valueAsString, withValue, withValue
Methods inherited from class jfxtras.icalendarfx.VElementBase
elementName, isContentValid, newEmptyVElement, parse, throwMessageExceptions
-
Field Details
-
CONVERTER
-
name
String name
-
-
Constructor Details
-
NonStandardParameter
-
NonStandardParameter
-
NonStandardParameter
public NonStandardParameter()
-
-
Method Details
-
name
Description copied from interface:VElement
Returns the name of the component as it would appear in the iCalendar content line.
Examples:
- VEVENT
- SUMMARY
- LANGUAGE
- Specified by:
name
in interfaceVElement
- Overrides:
name
in classVParameterBase<NonStandardParameter,
String> - Returns:
- - the component name
-
construct
-
parseContent
Description copied from class:VElementBase
Parse content line into calendar element. If element contains childrenVElementBase.parseContent(String)
is invoked recursively to parse child elements also- Overrides:
parseContent
in classVParameterBase<NonStandardParameter,
String> - Parameters:
content
- calendar content string to parse- Returns:
- log of information and error messages
-
errors
Description copied from interface:VElement
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 parent- Specified by:
errors
in interfaceVElement
- Overrides:
errors
in classVParameterBase<NonStandardParameter,
String> - Returns:
- - list of error messages
-
toString
- Overrides:
toString
in classVParameterBase<NonStandardParameter,
String>
-
parse
-