org.mobicents.protocols.ss7.indicator
public enum RoutingIndicator extends java.lang.Enum<RoutingIndicator>
| Enum Constant and Description |
|---|
ROUTING_BASED_ON_DPC_AND_SSN |
ROUTING_BASED_ON_GLOBAL_TITLE |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndicator() |
static RoutingIndicator |
valueOf(int v) |
static RoutingIndicator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RoutingIndicator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RoutingIndicator ROUTING_BASED_ON_GLOBAL_TITLE
public static final RoutingIndicator ROUTING_BASED_ON_DPC_AND_SSN
public static RoutingIndicator[] values()
for (RoutingIndicator c : RoutingIndicator.values()) System.out.println(c);
public static RoutingIndicator 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 getIndicator()
public static RoutingIndicator valueOf(int v)
Copyright © 2012. All Rights Reserved.