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 UiSessionClosingReasonSERVER_ERROR. reasonMethods in org.teamapps.dto that return UiSessionClosingReason Modifier and Type Method Description UiSessionClosingReasonINIT_NOK. getReason()UiSessionClosingReasonREINIT_NOK. getReason()UiSessionClosingReasonSERVER_ERROR. 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)SERVER_ERROR(UiSessionClosingReason reason)