|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GatewayExecutor.Problem | |
---|---|
esmska.data | |
esmska.transfer |
Uses of GatewayExecutor.Problem in esmska.data |
---|
Methods in esmska.data that return types with arguments of type GatewayExecutor.Problem | |
---|---|
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 | |
---|---|
void |
SMS.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 | |
---|---|
static GatewayExecutor.Problem |
GatewayExecutor.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |