Uses of Enum Class
de.gustavblass.fsu.fmi.roombooking.model.room.schedule.RoomStatus
Packages that use RoomStatus
-
Uses of RoomStatus in de.gustavblass.fsu.fmi.roombooking.model.room.schedule
Subclasses with type arguments of type RoomStatus in de.gustavblass.fsu.fmi.roombooking.model.room.scheduleFields in de.gustavblass.fsu.fmi.roombooking.model.room.schedule declared as RoomStatusModifier and TypeFieldDescriptionprivate final @NonNull RoomStatusRoomScheduleItem.statusThe field for thestatusrecord component.Methods in de.gustavblass.fsu.fmi.roombooking.model.room.schedule that return RoomStatusModifier and TypeMethodDescription@NonNull RoomStatusRoomScheduleItem.status()Returns the value of thestatusrecord component.static RoomStatusReturns the enum constant of this class with the specified name.static RoomStatus[]RoomStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.gustavblass.fsu.fmi.roombooking.model.room.schedule with parameters of type RoomStatusModifier and TypeMethodDescriptionprivate static booleanMergeOptions.isPairing(@NonNull RoomScheduleItem item1, @NonNull RoomScheduleItem item2, @NonNull RoomStatus status1, @NonNull RoomStatus status2, boolean orderMatters) Checks whether the given RoomScheduleItems have the given RoomStatuses as theRoomScheduleItem.status.Constructors in de.gustavblass.fsu.fmi.roombooking.model.room.schedule with parameters of type RoomStatusModifierConstructorDescriptionRoomScheduleItem(@NonNull RoomStatus status, @NonNull LocalTime startTime, @NonNull LocalTime endTime, @Nullable @Range(from=0L,to=2147483647L) Integer occupancy) Constructs a new schedule element.