Uses of Enum Class
jfxtras.icalendarfx.parameters.FreeBusyType.FreeBusyTypeEnum
Packages that use FreeBusyType.FreeBusyTypeEnum
Package
Description
-
Uses of FreeBusyType.FreeBusyTypeEnum in jfxtras.icalendarfx.parameters
Subclasses with type arguments of type FreeBusyType.FreeBusyTypeEnum in jfxtras.icalendarfx.parametersModifier and TypeClassDescriptionclassFBTYPE Free/Busy Time Type RFC 5545, 3.2.9, page 20 To specify the free or busy time type.static enumMethods in jfxtras.icalendarfx.parameters that return FreeBusyType.FreeBusyTypeEnumModifier and TypeMethodDescriptionFreeBusyType.FreeBusyTypeEnum.enumFromName(String propertyName) get enum from nameReturns the enum constant of this class with the specified name.static FreeBusyType.FreeBusyTypeEnum[]FreeBusyType.FreeBusyTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in jfxtras.icalendarfx.parameters with parameters of type FreeBusyType.FreeBusyTypeEnum -
Uses of FreeBusyType.FreeBusyTypeEnum in jfxtras.icalendarfx.properties.component.misc
Methods in jfxtras.icalendarfx.properties.component.misc with parameters of type FreeBusyType.FreeBusyTypeEnumModifier and TypeMethodDescriptionvoidUnknownProperty.setFreeBusyType(FreeBusyType.FreeBusyTypeEnum type) UnknownProperty.withFreeBusyType(FreeBusyType.FreeBusyTypeEnum type) -
Uses of FreeBusyType.FreeBusyTypeEnum in jfxtras.icalendarfx.properties.component.time
Methods in jfxtras.icalendarfx.properties.component.time with parameters of type FreeBusyType.FreeBusyTypeEnumModifier and TypeMethodDescriptionvoidFreeBusyTime.setFreeBusyType(FreeBusyType.FreeBusyTypeEnum type) FreeBusyTime.withFreeBusyType(FreeBusyType.FreeBusyTypeEnum type)