Module jfxtras.icalendarfx
Class RRulePartBase<T,U>
java.lang.Object
jfxtras.icalendarfx.VElementBase
jfxtras.icalendarfx.properties.component.recurrence.rrule.RRulePartBase<T,U>
-
Nested Class Summary
Nested classes/interfaces inherited from class jfxtras.icalendarfx.VElementBase
VElementBase.Message, VElementBase.MessageEffect
-
Field Summary
FieldsFields inherited from class jfxtras.icalendarfx.VElementBase
BEGIN, END
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
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 parentprotected static String
extractValue
(String content) getValue()
The value of the recurrence rule value part.int
hashCode()
name()
Returns the name of the component as it would appear in the iCalendar content line.void
void
Set the value of this parametertoString()
Methods inherited from class jfxtras.icalendarfx.VElementBase
elementName, isContentValid, newEmptyVElement, parse, parseContent, throwMessageExceptions
-
Field Details
-
myParent
-
value
-
elementType
-
-
Constructor Details
-
RRulePartBase
protected RRulePartBase()
-
-
Method Details
-
setParent
Description copied from interface:VChild
-
getParent
Description copied from interface:VChild
-
getValue
Description copied from interface:RRulePart
The value of the recurrence rule value part. For example, in the below part: BYDAY=MO The value is MO Note: the value's object must have an overridden toString method that complies with iCalendar content line output. -
setValue
Description copied from interface:RRulePart
Set the value of this parameter -
withValue
-
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
-
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 -
toString
-
hashCode
public int hashCode() -
equals
-
extractValue
-