org.openmms.constants
Class MM_StatusFlag
java.lang.Object
|
+--org.openmms.constants.MM_StatusFlag
- public class MM_StatusFlag
- extends java.lang.Object
Title: MM_StatusFlag
Description: Sets the status flags to hex values
Copyright: Copyright (c) 2003 OpenMMS.org
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STATUS_MESSAGE_RECEIVED_NULL
public static final int STATUS_MESSAGE_RECEIVED_NULL
- See Also:
- Constant Field Values
STATUS_VALIDATE_OK
public static final int STATUS_VALIDATE_OK
- See Also:
- Constant Field Values
STATUS_STORED_OK
public static final int STATUS_STORED_OK
- See Also:
- Constant Field Values
STATUS_NOTIFICATION_SENT
public static final int STATUS_NOTIFICATION_SENT
- See Also:
- Constant Field Values
STATUS_NOTIFICATION_ACCEPTED
public static final int STATUS_NOTIFICATION_ACCEPTED
- See Also:
- Constant Field Values
STATUS_RETRIEVE_REQUESTED
public static final int STATUS_RETRIEVE_REQUESTED
- See Also:
- Constant Field Values
STATUS_RETRIEVE_ID_OK
public static final int STATUS_RETRIEVE_ID_OK
- See Also:
- Constant Field Values
STATUS_RETRIEVE_FAULT
public static final int STATUS_RETRIEVE_FAULT
- See Also:
- Constant Field Values
STATUS_NOT_EXPIRED
public static final int STATUS_NOT_EXPIRED
- See Also:
- Constant Field Values
STATUS_EARLIEST_DELIVERY_REACHED
public static final int STATUS_EARLIEST_DELIVERY_REACHED
- See Also:
- Constant Field Values
STATUS_FETCH_FROM_SERVER_OK
public static final int STATUS_FETCH_FROM_SERVER_OK
- See Also:
- Constant Field Values
STATUS_MMS_SENT_TO_RECEIVER
public static final int STATUS_MMS_SENT_TO_RECEIVER
- See Also:
- Constant Field Values
STATUS_ACCEPTED_ACK_FROM_RECIEVER
public static final int STATUS_ACCEPTED_ACK_FROM_RECIEVER
- See Also:
- Constant Field Values
STATUS_DELIVERY_REPORT_SENT
public static final int STATUS_DELIVERY_REPORT_SENT
- See Also:
- Constant Field Values
STATUS_MMS_DELETED_FROM_STORAGE
public static final int STATUS_MMS_DELETED_FROM_STORAGE
- See Also:
- Constant Field Values
MM_StatusFlag
public MM_StatusFlag()