Uses of Enum Class
org.teamapps.dto.UiSessionClosingReason
-
Uses of UiSessionClosingReason in org.teamapps.dto
Fields in org.teamapps.dto declared as UiSessionClosingReasonModifier and TypeFieldDescriptionprotected UiSessionClosingReasonINIT_NOK.reasonprotected UiSessionClosingReasonREINIT_NOK.reasonprotected UiSessionClosingReasonSESSION_CLOSED.reasonMethods in org.teamapps.dto that return UiSessionClosingReasonModifier and TypeMethodDescriptionINIT_NOK.getReason()REINIT_NOK.getReason()SESSION_CLOSED.getReason()static UiSessionClosingReasonReturns the enum constant of this class with the specified name.static UiSessionClosingReason[]UiSessionClosingReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.teamapps.dto with parameters of type UiSessionClosingReasonModifierConstructorDescriptionINIT_NOK(UiSessionClosingReason reason) REINIT_NOK(UiSessionClosingReason reason) SESSION_CLOSED(UiSessionClosingReason reason)