org.mobicents.protocols.ss7.map.api.dialog
| Enum Constant and Description |
|---|
invalidDestinationReference |
invalidOriginatingReference |
noReasonGiven |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
static Reason |
getReason(int code) |
static Reason |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Reason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Reason noReasonGiven
public static final Reason invalidDestinationReference
public static final Reason invalidOriginatingReference
public static Reason[] values()
for (Reason c : Reason.values()) System.out.println(c);
public static Reason 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 getCode()
public static Reason getReason(int code)
Copyright © 2012. All Rights Reserved.