public static final class Cause.Recommendation extends NamedInteger
The API offered by this class is as if the type were specified in ASN.1 as follows.
Recommendation ::= ENUMERATED { Q931 (0), ... , X21 (3), X25 (4), PLMN (5), ... }
Modifier and Type | Field and Description |
---|---|
static int |
_PLMN
Public land mobile networks, Q.1031/Q.1051.
|
static int |
_Q931
Q.931.
|
static int |
_X21
X.21.
|
static int |
_X25
X.25.
|
static int |
MAX_VALUE
Maximum value that a Recommendation instance may take (127).
|
static int |
MIN_VALUE
Minimum value that a Recommendation instance may take (0).
|
static Cause.Recommendation |
PLMN
Public land mobile networks, Q.1031/Q.1051.
|
static Cause.Recommendation |
Q931
Q.931.
|
static Cause.Recommendation |
X21
X.21.
|
static Cause.Recommendation |
X25
X.25.
|
Modifier and Type | Method and Description |
---|---|
static Cause.Recommendation |
fromValue(int value)
Returns a Recommendation for a particular integer value.
|
static Cause.Recommendation[] |
namedValues()
Returns an array containing all of Recommendation's named numbers.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _Q931
public static final int _X21
public static final int _X25
public static final int _PLMN
public static final Cause.Recommendation Q931
public static final Cause.Recommendation X21
public static final Cause.Recommendation X25
public static final Cause.Recommendation PLMN
public static final int MIN_VALUE
public static final int MAX_VALUE
public static Cause.Recommendation fromValue(int value)
public static Cause.Recommendation[] namedValues()