Uses of Enum Class
com.serinity.exercicecontrol.service.SessionStatus
Packages that use SessionStatus
-
Uses of SessionStatus in com.serinity.exercicecontrol.dao
Methods in com.serinity.exercicecontrol.dao that return SessionStatusModifier and TypeMethodDescriptionSessionDAO.SessionEntity.status()Returns the value of thestatusrecord component.Constructors in com.serinity.exercicecontrol.dao with parameters of type SessionStatusModifierConstructorDescriptionSessionEntity(int id, SessionStatus status, LocalDateTime startedAt, LocalDateTime completedAt, String feedback, int activeSeconds, LocalDateTime lastResumedAt) Creates an instance of aSessionEntityrecord class. -
Uses of SessionStatus in com.serinity.exercicecontrol.service
Subclasses with type arguments of type SessionStatus in com.serinity.exercicecontrol.serviceMethods in com.serinity.exercicecontrol.service that return SessionStatusModifier and TypeMethodDescriptionstatic SessionStatusstatic SessionStatusReturns the enum constant of this class with the specified name.static SessionStatus[]SessionStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.