| Package | Description |
|---|---|
| pt.lsts.imc |
| Modifier and Type | Method and Description |
|---|---|
SmsStatus.STATUS |
SmsStatus.getStatus() |
static SmsStatus.STATUS |
SmsStatus.STATUS.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SmsStatus.STATUS[] |
SmsStatus.STATUS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SmsStatus |
SmsStatus.setStatus(SmsStatus.STATUS status) |
| Constructor and Description |
|---|
SmsStatus(int req_id,
SmsStatus.STATUS status,
java.lang.String info) |