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) StringFields inherited from class jfxtras.icalendarfx.parameters.VParameterBase
converter, elementTypeFields inherited from class jfxtras.icalendarfx.VElementBase
BEGIN, END -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voiderrors()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 jfxtras.icalendarfx.parameters.VParameterBase
equals, extractValue, getParent, getValue, hashCode, setParent, setValue, setValue, valueAsString, withValue, withValueMethods 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: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
-
construct
-
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
-