Uses of Class
esmska.transfer.GatewayExecutor.Problem
-
Packages that use GatewayExecutor.Problem Package Description esmska.data esmska.transfer -
-
Uses of GatewayExecutor.Problem in esmska.data
Methods in esmska.data that return types with arguments of type GatewayExecutor.Problem Modifier and Type Method Description Tuple<GatewayExecutor.Problem,java.lang.String>SMS. getProblem()Get the current problem this SMS has.Method parameters in esmska.data with type arguments of type GatewayExecutor.Problem Modifier and Type Method Description voidSMS. setProblem(Tuple<GatewayExecutor.Problem,java.lang.String> problem)Set the current problem this SMS has. -
Uses of GatewayExecutor.Problem in esmska.transfer
Methods in esmska.transfer that return GatewayExecutor.Problem Modifier and Type Method Description static GatewayExecutor.ProblemGatewayExecutor.Problem. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GatewayExecutor.Problem[]GatewayExecutor.Problem. values()Returns an array containing the constants of this enum type, in the order they are declared.
-