|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.objectxp.mms.MMSDeliveryStatus
This class is a representation of the X-MMS-Status attribute. It is part
of the MMSDeliveryReport.
| Field Summary | |
static int |
STATUS_DEFERRED
Status: Deferred |
static int |
STATUS_EXPIRED
Status: Expired |
static int |
STATUS_FORWARDED
Status: Forwarded |
static int |
STATUS_INDETERMINATE
Status: Indeterminate |
static int |
STATUS_REJECTED
Status: Rejected |
static int |
STATUS_RETRIEVED
Status: Retrieved |
static int |
STATUS_UNREACHABLE
Status: Unreachable |
static int |
STATUS_UNRECOGNISED
Status: Unrecognised |
| Constructor Summary | |
MMSDeliveryStatus(int status,
java.lang.String text)
Construct a new MMSDeliveryStatus object. |
|
| Method Summary | |
int |
getCode()
Returns the status code (one of the STATUS_ constants). |
java.lang.String |
getText()
Returns the status text or null if not present |
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 STATUS_EXPIRED
public static final int STATUS_RETRIEVED
public static final int STATUS_REJECTED
public static final int STATUS_DEFERRED
public static final int STATUS_UNRECOGNISED
public static final int STATUS_INDETERMINATE
public static final int STATUS_FORWARDED
public static final int STATUS_UNREACHABLE
| Constructor Detail |
public MMSDeliveryStatus(int status,
java.lang.String text)
status - the status (one of the STATUS_ constants)text - an optional status text.| Method Detail |
public int getCode()
STATUS_ constants).
public java.lang.String getText()
public java.lang.String toString()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||