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