|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectie.ncl.sms.gsm.Status
public class Status
Field Summary | |
---|---|
static int |
CANCELLED
Message was cancelled. |
static int |
DELETED
Message was deleted. |
static int |
DELIVERED
Message has been delivered. |
static int |
ENROUTE
Message is enroute. |
static int |
EXPIRED
Message has expired. |
static int |
FAILED
Message could not be delivered. |
static int |
OTHER
Status is unknown. |
Constructor Summary | |
---|---|
Status(int state)
|
|
Status(int state,
java.lang.String cause)
|
Method Summary | |
---|---|
java.lang.String |
getCause()
|
int |
getState()
|
int |
intValue()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int DELIVERED
public static final int ENROUTE
public static final int EXPIRED
public static final int FAILED
public static final int CANCELLED
public static final int DELETED
public static final int OTHER
Constructor Detail |
---|
public Status(int state)
public Status(int state, java.lang.String cause)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getCause()
public int getState()
public int intValue()
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |