Uses of Enum Class
software.xdev.sched.model.ExportSession.PinnedEnum
Packages that use ExportSession.PinnedEnum
-
Uses of ExportSession.PinnedEnum in software.xdev.sched.model
Methods in software.xdev.sched.model that return ExportSession.PinnedEnumModifier and TypeMethodDescriptionstatic ExportSession.PinnedEnum
ExportSession.getPinned()
Get pinnedstatic ExportSession.PinnedEnum
Returns the enum constant of this class with the specified name.static ExportSession.PinnedEnum[]
ExportSession.PinnedEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.xdev.sched.model with parameters of type ExportSession.PinnedEnumModifier and TypeMethodDescriptionExportSession.pinned
(ExportSession.PinnedEnum pinned) void
ExportSession.setPinned
(ExportSession.PinnedEnum pinned)