Module jfxtras.icalendarfx
Class TimeTransparency
java.lang.Object
jfxtras.icalendarfx.VElementBase
jfxtras.icalendarfx.VParentBase<U>
jfxtras.icalendarfx.properties.VPropertyBase<TimeTransparency.TimeTransparencyType,TimeTransparency>
jfxtras.icalendarfx.properties.component.time.TimeTransparency
- All Implemented Interfaces:
VProperty<TimeTransparency.TimeTransparencyType>
,VChild
,VElement
,VParent
public class TimeTransparency
extends VPropertyBase<TimeTransparency.TimeTransparencyType,TimeTransparency>
TRANSP
Time Transparency
RFC 5545 iCalendar 3.8.2.7. page 101
This property defines whether or not an event is transparent to busy time searches.
Events that consume actual time SHOULD be recorded as OPAQUE. Other
events, which do not take up time SHOULD be recorded as TRANSPARENT.
Example:
TRANSP:TRANSPARENT
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class jfxtras.icalendarfx.VElementBase
VElementBase.Message, VElementBase.MessageEffect
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final StringConverter<TimeTransparency.TimeTransparencyType>
Fields inherited from class jfxtras.icalendarfx.properties.VPropertyBase
actualValueContent, allowedValueTypes, defaultValueType, propertyName
Fields inherited from class jfxtras.icalendarfx.VParentBase
contentLineGenerator, orderer
Fields inherited from class jfxtras.icalendarfx.VElementBase
BEGIN, END
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jfxtras.icalendarfx.properties.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, withValueType
Methods inherited from class jfxtras.icalendarfx.VParentBase
addChild, addChild, addChild, addChildInternal, checkChild, childrenUnmodifiable, collectGetterMap, collectSetterMap, copyChildrenInto, getGetter, getGetters, getSetter, getSetters, orderChild, orderChild, orderChild, parseContent, removeChild, removeChild, replaceChild, replaceChild, withChild
Methods inherited from class jfxtras.icalendarfx.VElementBase
elementName, isContentValid, newEmptyVElement, parse, throwMessageExceptions
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface jfxtras.icalendarfx.VParent
addChild, addChild, addChild, childrenUnmodifiable, orderChild, orderChild, orderChild, removeChild, removeChild, replaceChild, replaceChild
-
Field Details
-
CONVERTER
-
-
Constructor Details
-
TimeTransparency
-
TimeTransparency
-
TimeTransparency
public TimeTransparency()
-
-
Method Details
-
parse
-