Class PercentComplete
java.lang.Object
jfxtras.icalendarfx.VElementBase
jfxtras.icalendarfx.VParentBase<PercentComplete>
jfxtras.icalendarfx.properties.VPropertyBase<Integer, PercentComplete>
jfxtras.icalendarfx.properties.component.descriptive.PercentComplete
PERCENT-COMPLETE
RFC 5545 iCalendar 3.8.1.8. page 88
This property is used by an assignee or delegatee of a
to-do to convey the percent completion of a to-do to the "Organizer".
The property value is a positive integer between 0 and
100. A value of "0" indicates the to-do has not yet been started.
A value of "100" indicates that the to-do has been completed.
Example: The following is an example of this property to show 39% completion:
PERCENT-COMPLETE:39
- 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, setValue, 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
-
PercentComplete
-
PercentComplete
-
PercentComplete
public PercentComplete()
-
-
Method Details
-
parse
-