public enum MAPMessageType extends java.lang.Enum<MAPMessageType>
| Modifier and Type | Method and Description |
|---|---|
static MAPMessageType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MAPMessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MAPMessageType processUnstructuredSSRequest_Request
public static final MAPMessageType processUnstructuredSSRequest_Response
public static final MAPMessageType unstructuredSSRequest_Request
public static final MAPMessageType unstructuredSSRequest_Response
public static final MAPMessageType unstructuredSSNotify_Request
public static final MAPMessageType unstructuredSSNotify_Response
public static final MAPMessageType sendRoutingInfoForSM_Request
public static final MAPMessageType sendRoutingInfoForSM_Response
public static final MAPMessageType reportSM_DeliveryStatus_Request
public static final MAPMessageType reportSM_DeliveryStatus_Response
public static final MAPMessageType InformServiceCentre_Request
public static final MAPMessageType forwardSM_Request
public static final MAPMessageType forwardSM_Response
public static final MAPMessageType moForwardSM_Request
public static final MAPMessageType moForwardSM_Response
public static final MAPMessageType mtForwardSM_Request
public static final MAPMessageType mtForwardSM_Response
public static final MAPMessageType MtForwardSM_VGCS_Request
public static final MAPMessageType MtForwardSM_VGCS_Response
public static final MAPMessageType alertServiceCentreWithoutResult_Request
public static final MAPMessageType alertServiceCentre_Request
public static final MAPMessageType alertServiceCentre_Response
public static final MAPMessageType noteSubscriberPresent_Request
public static final MAPMessageType noteSubscriberPresent_Response
public static final MAPMessageType readyForSM_Request
public static final MAPMessageType readyForSM_Response
public static final MAPMessageType sendRoutingInfoForLCS_Request
public static final MAPMessageType sendRoutingInfoForLCS_Response
public static final MAPMessageType provideSubscriberLocation_Request
public static final MAPMessageType provideSubscriberLocation_Response
public static final MAPMessageType subscriberLocationReport_Request
public static final MAPMessageType subscriberLocationReport_Response
public static MAPMessageType[] values()
for (MAPMessageType c : MAPMessageType.values()) System.out.println(c);
public static MAPMessageType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2012. All Rights Reserved.