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