Uses of Class
eu.toop.playground.dc.ui.model.enums.EResponseStatus
-
Packages that use EResponseStatus Package Description eu.toop.playground.dc.ui.model eu.toop.playground.dc.ui.model.enums -
-
Uses of EResponseStatus in eu.toop.playground.dc.ui.model
Methods in eu.toop.playground.dc.ui.model that return EResponseStatus Modifier and Type Method Description EResponseStatusResultBean. getStatus()Methods in eu.toop.playground.dc.ui.model with parameters of type EResponseStatus Modifier and Type Method Description voidResultBean. setStatus(EResponseStatus status) -
Uses of EResponseStatus in eu.toop.playground.dc.ui.model.enums
Methods in eu.toop.playground.dc.ui.model.enums that return EResponseStatus Modifier and Type Method Description static EResponseStatusEResponseStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EResponseStatus[]EResponseStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-