Uses of Class
org.teamapps.dto.UiSessionClosingReason
-
Uses of UiSessionClosingReason in org.teamapps.dto
Fields in org.teamapps.dto declared as UiSessionClosingReason Modifier and Type Field Description protected UiSessionClosingReasonINIT_NOK. reasonprotected UiSessionClosingReasonREINIT_NOK. reasonprotected UiSessionClosingReasonSESSION_CLOSED. reasonMethods in org.teamapps.dto that return UiSessionClosingReason Modifier and Type Method Description UiSessionClosingReasonINIT_NOK. getReason()UiSessionClosingReasonREINIT_NOK. getReason()UiSessionClosingReasonSESSION_CLOSED. getReason()static UiSessionClosingReasonUiSessionClosingReason. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiSessionClosingReason[]UiSessionClosingReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teamapps.dto with parameters of type UiSessionClosingReason Constructor Description INIT_NOK(UiSessionClosingReason reason)REINIT_NOK(UiSessionClosingReason reason)SESSION_CLOSED(UiSessionClosingReason reason)