org.mobicents.protocols.ss7.map.api
public enum MAPApplicationContext extends java.lang.Enum<MAPApplicationContext>
| Enum Constant and Description |
|---|
networkUnstructuredSsContextV2
Look at http://www.oid-info.com/get/0.4.0.0.1.0.19.2
|
| Modifier and Type | Method and Description |
|---|---|
int |
getApplicationContext() |
static MAPApplicationContext |
getInstance(int applicationContext) |
static MAPApplicationContext |
getInstance(long[] oid) |
long[] |
getOID() |
java.lang.String |
toString() |
static MAPApplicationContext |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MAPApplicationContext[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MAPApplicationContext networkUnstructuredSsContextV2
public static MAPApplicationContext[] values()
for (MAPApplicationContext c : MAPApplicationContext.values()) System.out.println(c);
public static MAPApplicationContext 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 long[] getOID()
public int getApplicationContext()
public static MAPApplicationContext getInstance(int applicationContext)
public static MAPApplicationContext getInstance(long[] oid)
public java.lang.String toString()
toString in class java.lang.Enum<MAPApplicationContext>Copyright © 2011. All Rights Reserved.