| Package | Description |
|---|---|
| esmska.data | |
| esmska.transfer |
| Modifier and Type | Method and Description |
|---|---|
Tuple<GatewayExecutor.Problem,java.lang.String> |
SMS.getProblem()
Get the current problem this SMS has.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SMS.setProblem(Tuple<GatewayExecutor.Problem,java.lang.String> problem)
Set the current problem this SMS has.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|