Class CalendarScale
java.lang.Object
jfxtras.icalendarfx.VElementBase
jfxtras.icalendarfx.VParentBase<CalendarScale>
jfxtras.icalendarfx.properties.VPropertyBase<CalendarScale.CalendarScaleType, CalendarScale>
jfxtras.icalendarfx.properties.calendar.CalendarScale
- All Implemented Interfaces:
VProperty<CalendarScale.CalendarScaleType>, VChild, VElement, VParent
public class CalendarScale
extends VPropertyBase<CalendarScale.CalendarScaleType, CalendarScale>
implements VElement
CALSCALE
Calendar Scale
RFC 5545, 3.7.1, page 76
This property defines the calendar scale used for the
calendar information specified in the iCalendar object.
Only allowed value is GREGORIAN
It is expected that other calendar scales will be defined in other specifications or by
future versions of this memo.
Example:
CALSCALE:GREGORIAN
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class VElementBase
VElementBase.Message, VElementBase.MessageEffect -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final StringConverter<CalendarScale.CalendarScaleType> static final CalendarScale.CalendarScaleTypeFields inherited from class VPropertyBase
actualValueContent, allowedValueTypes, defaultValueType, propertyNameFields inherited from class VParentBase
contentLineGenerator, ordererFields inherited from class VElementBase
BEGIN, END -
Constructor Summary
ConstructorsConstructorDescriptionsets default value of GREGORIANCalendarScale(CalendarScale source) CalendarScale(CalendarScale.CalendarScaleType calendarScaleType) -
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
-
Field Details
-
DEFAULT_CALENDAR_SCALE
-
CONVERTER
-
-
Constructor Details
-
CalendarScale
-
CalendarScale
public CalendarScale()sets default value of GREGORIAN -
CalendarScale
-
-
Method Details
-
parse
-