- Type Parameters:
T- concrete subclass
- All Superinterfaces:
VChild,VComponent,VElement,VParent
- All Known Implementing Classes:
NonStandardComponent,VAlarm,VEvent,VLocatable,VTodo
Interface for
DurationProp property-
Method Summary
Modifier and TypeMethodDescriptionGets the value of theDurationPropdefault voidsetDuration(String duration) Sets the value of theDurationPropby parsing iCalendar content textdefault voidsetDuration(TemporalAmount duration) Sets the value of theDurationPropby creating newDurationPropfrom the TemporalAmount parametervoidsetDuration(DurationProp duration) Sets the value of theDurationPropdefault TwithDuration(String duration) Sets the value of theDurationPropproperty } by parsing iCalendar content textdefault TwithDuration(TemporalAmount duration) Sets the value of theDurationPropproperty } by creating a newDurationPropfrom the TemporalAmount parameterdefault TwithDuration(DurationProp duration) Sets the value of theDurationPropproperty}Methods inherited from interface jfxtras.icalendarfx.components.VComponent
calendarList, toStringMethods inherited from interface jfxtras.icalendarfx.VParent
addChild, addChild, addChild, childrenUnmodifiable, orderChild, orderChild, orderChild, removeChild, removeChild, replaceChild, replaceChild
-
Method Details
-
getDuration
DurationProp getDuration()Gets the value of theDurationProp -
setDuration
Sets the value of theDurationProp -
setDuration
Sets the value of theDurationPropby parsing iCalendar content text -
setDuration
Sets the value of theDurationPropby creating newDurationPropfrom the TemporalAmount parameter -
withDuration
Sets the value of the
DurationPropproperty } by creating a newDurationPropfrom the TemporalAmount parameter- Returns:
- - this class for chaining
-
withDuration
Sets the value of the
DurationPropproperty } by parsing iCalendar content text- Returns:
- - this class for chaining
-
withDuration
Sets the value of the
DurationPropproperty}- Returns:
- - this class for chaining
-