Class MAPCCBS_SubscriberStatus
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- MAPCCBS_SubscriberStatus
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
public class MAPCCBS_SubscriberStatus extends NamedInteger
API for MAP-CH-DataTypes.CCBS-SubscriberStatus. Generated from the following ASN.1 type definition.CCBS-SubscriberStatus ::= ENUMERATED { ccbsNotIdle(0), ccbsIdle(1), ccbsNotReachable(2), ... }
Added in R97. Exception handling: reception of values 3-10 shall be mapped to 'ccbsNotIdle'; reception of values 11-20 shall be mapped to 'ccbsIdle'; reception of values > 20 shall be mapped to 'ccbsNotReachable'.Used as field type by
MAPEventReportData
.Used as field type by
MAPSetReportingStateRes
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_ccbsIdle
Integer value of the constant ccbsIdle.static int
_ccbsNotIdle
Integer value of the constant ccbsNotIdle.static int
_ccbsNotReachable
Integer value of the constant ccbsNotReachable.static MAPCCBS_SubscriberStatus
ccbsIdle
Reference to value of the constant ccbsIdle.static MAPCCBS_SubscriberStatus
ccbsNotIdle
Reference to value of the constant ccbsNotIdle.static MAPCCBS_SubscriberStatus
ccbsNotReachable
Reference to value of the constant ccbsNotReachable.static int
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPCCBS_SubscriberStatus instance may take (2).static int
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPCCBS_SubscriberStatus instance may take (0).
-
Constructor Summary
Constructors Modifier Constructor Description protected
MAPCCBS_SubscriberStatus(int value)
Constructs an enumeration constant for the given numeric value.protected
MAPCCBS_SubscriberStatus(int value, String description)
Constructs an enumeration constant for the given numeric value, noting its name.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MAPCCBS_SubscriberStatus
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.static MAPCCBS_SubscriberStatus[]
namedValues()
Returns an array containing all the enumeration constants referenced by fields.-
Methods inherited from class com.opencloud.util.NamedInteger
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString, valueOf
-
-
-
-
Field Detail
-
_ccbsNotIdle
public static final int _ccbsNotIdle
Integer value of the constant ccbsNotIdle.- See Also:
- Constant Field Values
-
ccbsNotIdle
public static final MAPCCBS_SubscriberStatus ccbsNotIdle
Reference to value of the constant ccbsNotIdle.
-
_ccbsIdle
public static final int _ccbsIdle
Integer value of the constant ccbsIdle.- See Also:
- Constant Field Values
-
ccbsIdle
public static final MAPCCBS_SubscriberStatus ccbsIdle
Reference to value of the constant ccbsIdle.
-
_ccbsNotReachable
public static final int _ccbsNotReachable
Integer value of the constant ccbsNotReachable.- See Also:
- Constant Field Values
-
ccbsNotReachable
public static final MAPCCBS_SubscriberStatus ccbsNotReachable
Reference to value of the constant ccbsNotReachable.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPCCBS_SubscriberStatus instance may take (0).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPCCBS_SubscriberStatus instance may take (2).- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MAPCCBS_SubscriberStatus
protected MAPCCBS_SubscriberStatus(int value, String description)
Constructs an enumeration constant for the given numeric value, noting its name.- Parameters:
value
- numeric valuedescription
- name of number
-
MAPCCBS_SubscriberStatus
protected MAPCCBS_SubscriberStatus(int value)
Constructs an enumeration constant for the given numeric value. Suitable for use as decode method.- Parameters:
value
- numeric value
-
-
Method Detail
-
fromValue
public static MAPCCBS_SubscriberStatus fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.- Parameters:
value
- integer- Returns:
- one of the fields if suitable, else a newly constructed object
-
namedValues
public static MAPCCBS_SubscriberStatus[] namedValues()
Returns an array containing all the enumeration constants referenced by fields.- Returns:
- array of enumeration constants
-
-