Uses of Enum Class
software.xdev.sched.model.ExportSession.ActiveEnum
Packages that use ExportSession.ActiveEnum
-
Uses of ExportSession.ActiveEnum in software.xdev.sched.model
Methods in software.xdev.sched.model that return ExportSession.ActiveEnumModifier and TypeMethodDescriptionstatic ExportSession.ActiveEnum
ExportSession.getActive()
Get activestatic ExportSession.ActiveEnum
Returns the enum constant of this class with the specified name.static ExportSession.ActiveEnum[]
ExportSession.ActiveEnum.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.ActiveEnumModifier and TypeMethodDescriptionExportSession.active
(ExportSession.ActiveEnum active) void
ExportSession.setActive
(ExportSession.ActiveEnum active)