public static final class ForwardCallIndicators.EndToEndMethod extends NamedInteger
The API offered by this class is as if the type were specified in ASN.1 as follows.
EndToEndMethod ::= ENUMERATED { UNAVAILABLE (0), PASS_ALONG (1), SCCP (2), PASS_ALONG_AND_SCCP (3) }@
extendible
-- to be like 7-bit Nature values specified for other typesModifier and Type | Field and Description |
---|---|
static int |
_PASS_ALONG
End-to-end method indicator value corresponding to pass-along method available (national use).
|
static int |
_PASS_ALONG_AND_SCCP
End-to-end method indicator value corresponding to pass-along and SCCP methods available (national use).
|
static int |
_SCCP
End-to-end method indicator value corresponding to SCCP method available.
|
static int |
_UNAVAILABLE
End-to-end method indicator value corresponding to no end-to-end method available (only link-by-link method available).
|
static int |
MAX_VALUE
Maximum value that a EndToEndMethod instance may take (3).
|
static int |
MIN_VALUE
Minimum value that a EndToEndMethod instance may take (0).
|
static ForwardCallIndicators.EndToEndMethod |
PASS_ALONG
End-to-end method indicator value corresponding to pass-along method available (national use).
|
static ForwardCallIndicators.EndToEndMethod |
PASS_ALONG_AND_SCCP
End-to-end method indicator value corresponding to pass-along and SCCP methods available (national use).
|
static ForwardCallIndicators.EndToEndMethod |
SCCP
End-to-end method indicator value corresponding to SCCP method available.
|
static ForwardCallIndicators.EndToEndMethod |
UNAVAILABLE
End-to-end method indicator value corresponding to no end-to-end method available (only link-by-link method available).
|
Modifier and Type | Method and Description |
---|---|
static ForwardCallIndicators.EndToEndMethod |
fromValue(int value)
Returns a EndToEndMethod for a particular integer value.
|
static ForwardCallIndicators.EndToEndMethod[] |
namedValues()
Returns an array containing all of EndToEndMethod's named numbers.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _UNAVAILABLE
public static final int _PASS_ALONG
public static final int _SCCP
public static final int _PASS_ALONG_AND_SCCP
public static final ForwardCallIndicators.EndToEndMethod UNAVAILABLE
public static final ForwardCallIndicators.EndToEndMethod PASS_ALONG
public static final ForwardCallIndicators.EndToEndMethod SCCP
public static final ForwardCallIndicators.EndToEndMethod PASS_ALONG_AND_SCCP
public static final int MIN_VALUE
public static final int MAX_VALUE
public static ForwardCallIndicators.EndToEndMethod fromValue(int value)
public static ForwardCallIndicators.EndToEndMethod[] namedValues()