public class MAPNumberPortabilityStatus extends NamedInteger
NumberPortabilityStatus ::= ENUMERATED { notKnownToBePorted(0), ownNumberPortedOut(1), foreignNumberPortedToForeignNetwork(2), ... ownNumberNotPortedOut(4), -- Added in release 5. foreignNumberPortedIn(5) -- Added in release 5. }Added in R98. Moved from MAP-CH-DataTypes between releases 4 and 5. Exception handling: reception of other values than the ones listed the receiver shall ignore the whole NumberPortabilityStatus; ownNumberNotPortedOut or foreignNumberPortedIn may only be included in Any Time Interrogation message.
Used as field type by MAPMNPInfoRes
.
Used as field type by MAPSendRoutingInfoRes_v3
.
Modifier and Type | Field and Description |
---|---|
static int |
_foreignNumberPortedIn
Integer value of the constant foreignNumberPortedIn.
|
static int |
_foreignNumberPortedToForeignNetwork
Integer value of the constant foreignNumberPortedToForeignNetwork.
|
static int |
_notKnownToBePorted
Integer value of the constant notKnownToBePorted.
|
static int |
_ownNumberNotPortedOut
Integer value of the constant ownNumberNotPortedOut.
|
static int |
_ownNumberPortedOut
Integer value of the constant ownNumberPortedOut.
|
static MAPNumberPortabilityStatus |
foreignNumberPortedIn
Reference to value of the constant foreignNumberPortedIn.
|
static MAPNumberPortabilityStatus |
foreignNumberPortedToForeignNetwork
Reference to value of the constant foreignNumberPortedToForeignNetwork.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPNumberPortabilityStatus instance may take (5).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPNumberPortabilityStatus instance may take (0).
|
static MAPNumberPortabilityStatus |
notKnownToBePorted
Reference to value of the constant notKnownToBePorted.
|
static MAPNumberPortabilityStatus |
ownNumberNotPortedOut
Reference to value of the constant ownNumberNotPortedOut.
|
static MAPNumberPortabilityStatus |
ownNumberPortedOut
Reference to value of the constant ownNumberPortedOut.
|
Modifier | Constructor and Description |
---|---|
protected |
MAPNumberPortabilityStatus(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPNumberPortabilityStatus(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static MAPNumberPortabilityStatus |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPNumberPortabilityStatus[] |
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 _notKnownToBePorted
public static final MAPNumberPortabilityStatus notKnownToBePorted
public static final int _ownNumberPortedOut
public static final MAPNumberPortabilityStatus ownNumberPortedOut
public static final int _foreignNumberPortedToForeignNetwork
public static final MAPNumberPortabilityStatus foreignNumberPortedToForeignNetwork
public static final int _ownNumberNotPortedOut
public static final MAPNumberPortabilityStatus ownNumberNotPortedOut
public static final int _foreignNumberPortedIn
public static final MAPNumberPortabilityStatus foreignNumberPortedIn
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPNumberPortabilityStatus(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPNumberPortabilityStatus(int value)
value
- numeric valuepublic static MAPNumberPortabilityStatus fromValue(int value)
value
- integerpublic static MAPNumberPortabilityStatus[] namedValues()