public class MAPUnavailabilityCause extends NamedInteger
UnavailabilityCause ::= ENUMERATED { bearerServiceNotProvisioned(1), teleserviceNotProvisioned(2), absentSubscriber(3), busySubscriber(4), callBarred(5), cug-Reject(6), ... }Added in release 5. Exception handling: Reception of other values than the ones listed shall result in the service being unavailable for that call.
Used as field type by MAPSendRoutingInfoRes_v3
.
Modifier and Type | Field and Description |
---|---|
static int |
_absentSubscriber
Integer value of the constant absentSubscriber.
|
static int |
_bearerServiceNotProvisioned
Integer value of the constant bearerServiceNotProvisioned.
|
static int |
_busySubscriber
Integer value of the constant busySubscriber.
|
static int |
_callBarred
Integer value of the constant callBarred.
|
static int |
_cug_Reject
Integer value of the constant cug_Reject.
|
static int |
_teleserviceNotProvisioned
Integer value of the constant teleserviceNotProvisioned.
|
static MAPUnavailabilityCause |
absentSubscriber
Reference to value of the constant absentSubscriber.
|
static MAPUnavailabilityCause |
bearerServiceNotProvisioned
Reference to value of the constant bearerServiceNotProvisioned.
|
static MAPUnavailabilityCause |
busySubscriber
Reference to value of the constant busySubscriber.
|
static MAPUnavailabilityCause |
callBarred
Reference to value of the constant callBarred.
|
static MAPUnavailabilityCause |
cug_Reject
Reference to value of the constant cug_Reject.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPUnavailabilityCause instance may take (6).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPUnavailabilityCause instance may take (1).
|
static MAPUnavailabilityCause |
teleserviceNotProvisioned
Reference to value of the constant teleserviceNotProvisioned.
|
Modifier | Constructor and Description |
---|---|
protected |
MAPUnavailabilityCause(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPUnavailabilityCause(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static MAPUnavailabilityCause |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPUnavailabilityCause[] |
namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _bearerServiceNotProvisioned
public static final MAPUnavailabilityCause bearerServiceNotProvisioned
public static final int _teleserviceNotProvisioned
public static final MAPUnavailabilityCause teleserviceNotProvisioned
public static final int _absentSubscriber
public static final MAPUnavailabilityCause absentSubscriber
public static final int _busySubscriber
public static final MAPUnavailabilityCause busySubscriber
public static final int _callBarred
public static final MAPUnavailabilityCause callBarred
public static final int _cug_Reject
public static final MAPUnavailabilityCause cug_Reject
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPUnavailabilityCause(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPUnavailabilityCause(int value)
value
- numeric valuepublic static MAPUnavailabilityCause fromValue(int value)
value
- integerpublic static MAPUnavailabilityCause[] namedValues()