public enum MAPApplicationContextName extends java.lang.Enum<MAPApplicationContextName>
| Enum Constant and Description |
|---|
locationSvcEnquiryContext |
locationSvcGatewayContext |
networkUnstructuredSsContext
Look at http://www.oid-info.com/get/0.4.0.0.1.0.19.2
|
shortMsgAlertContext |
shortMsgGatewayContext |
shortMsgMORelayContext |
shortMsgMTRelayContext |
| Modifier and Type | Method and Description |
|---|---|
int |
getApplicationContextCode() |
static MAPApplicationContextName |
getInstance(java.lang.Long code) |
static MAPApplicationContextName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MAPApplicationContextName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MAPApplicationContextName networkUnstructuredSsContext
public static final MAPApplicationContextName shortMsgAlertContext
public static final MAPApplicationContextName shortMsgMORelayContext
public static final MAPApplicationContextName shortMsgMTRelayContext
public static final MAPApplicationContextName shortMsgGatewayContext
public static final MAPApplicationContextName locationSvcEnquiryContext
public static final MAPApplicationContextName locationSvcGatewayContext
public static MAPApplicationContextName[] values()
for (MAPApplicationContextName c : MAPApplicationContextName.values()) System.out.println(c);
public static MAPApplicationContextName 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 nullpublic int getApplicationContextCode()
public static MAPApplicationContextName getInstance(java.lang.Long code)
Copyright © 2012. All Rights Reserved.