public enum InternalReleaseCause16 extends Enum<InternalReleaseCause16>
Enum Constant and Description |
---|
BUSY |
DIALTONETIMEOUT |
FORBIDDEN |
GLOBALFAILURE |
INSUFFICIENTCREDITS |
REQUESTFAILURE |
REQUESTTIMEOUT |
ROUTINGFAILURE |
SERVERFAILURE |
TEMPORARILYUNAVAILABLE |
TRANSLATIONFAILURE |
USERNOTFOUND |
Modifier and Type | Method and Description |
---|---|
static InternalReleaseCause16 |
get(String value) |
static InternalReleaseCause16[] |
getArray(String[] values) |
String |
toString() |
String |
value() |
static InternalReleaseCause16 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InternalReleaseCause16[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InternalReleaseCause16 BUSY
public static final InternalReleaseCause16 FORBIDDEN
public static final InternalReleaseCause16 ROUTINGFAILURE
public static final InternalReleaseCause16 GLOBALFAILURE
public static final InternalReleaseCause16 REQUESTFAILURE
public static final InternalReleaseCause16 SERVERFAILURE
public static final InternalReleaseCause16 TRANSLATIONFAILURE
public static final InternalReleaseCause16 TEMPORARILYUNAVAILABLE
public static final InternalReleaseCause16 USERNOTFOUND
public static final InternalReleaseCause16 REQUESTTIMEOUT
public static final InternalReleaseCause16 DIALTONETIMEOUT
public static final InternalReleaseCause16 INSUFFICIENTCREDITS
public static InternalReleaseCause16[] values()
for (InternalReleaseCause16 c : InternalReleaseCause16.values()) System.out.println(c);
public static InternalReleaseCause16 valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String value()
public String toString()
toString
in class Enum<InternalReleaseCause16>
public static InternalReleaseCause16 get(String value)
public static InternalReleaseCause16[] getArray(String[] values)
Copyright © 2016 ECG. All rights reserved.