Class RepeatCount
java.lang.Object
jfxtras.icalendarfx.VElementBase
jfxtras.icalendarfx.VParentBase<RepeatCount>
jfxtras.icalendarfx.properties.VPropertyBase<Integer, RepeatCount>
jfxtras.icalendarfx.properties.component.alarm.RepeatCount
REPEAT
Repeat Count
RFC 5545, 3.8.6.2, page 133
This property defines the number of times the alarm should
be repeated, after the initial trigger.
If the alarm triggers more than once, then this property MUST be specified
along with the "DURATION" property.
Examples:
REPEAT:4
DURATION:PT5M
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class VElementBase
VElementBase.Message, VElementBase.MessageEffect -
Field Summary
Fields inherited from class VPropertyBase
actualValueContent, allowedValueTypes, defaultValueType, propertyNameFields inherited from class VParentBase
contentLineGenerator, ordererFields inherited from class VElementBase
BEGIN, END -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class VPropertyBase
copyValue, equals, errors, getConverter, getNonStandard, getParent, getUnknownValue, getValue, getValueType, hashCode, modifiedValue, name, parseContent, processInLineChild, setConverter, setConverterByClass, setNonStandard, setParent, setValueType, setValueType, toString, valueContent, withNonStandard, withNonStandard, withNonStandard, withValue, withValueTypeMethods inherited from class VParentBase
addChild, addChild, addChild, addChildInternal, checkChild, childrenUnmodifiable, collectGetterMap, collectSetterMap, copyChildrenInto, getGetter, getGetters, getSetter, getSetters, orderChild, orderChild, orderChild, parseContent, removeChild, removeChild, replaceChild, replaceChild, withChildMethods inherited from class VElementBase
elementName, isContentValid, newEmptyVElement, parse, throwMessageExceptionsMethods inherited from interface VParent
addChild, addChild, addChild, childrenUnmodifiable, orderChild, orderChild, orderChild, removeChild, removeChild, replaceChild, replaceChild
-
Constructor Details
-
RepeatCount
-
RepeatCount
-
RepeatCount
public RepeatCount()
-
-
Method Details
-
parse
-
setValue
Description copied from interface:VPropertySet the value of the property- Specified by:
setValuein interfaceVProperty<Integer>- Overrides:
setValuein classVPropertyBase<Integer, RepeatCount>
-