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