Class MAPFailureCauseParam
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- MAPFailureCauseParam
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
public class MAPFailureCauseParam extends NamedInteger
API for MAP-ER-DataTypes.FailureCauseParam. Generated from the following ASN.1 type definition.FailureCauseParam ::= ENUMERATED { limitReachedOnNumberOfConcurrentLocationRequests(0), ... }
Added in release 7. If unknown value is received in FailureCauseParam it shall be ignored.Used as field type by
MAPExtensibleSystemFailureParam
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_limitReachedOnNumberOfConcurrentLocationRequests
Integer value of the constant limitReachedOnNumberOfConcurrentLocationRequests.static MAPFailureCauseParam
limitReachedOnNumberOfConcurrentLocationRequests
Reference to value of the constant limitReachedOnNumberOfConcurrentLocationRequests.static int
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPFailureCauseParam instance may take (0).static int
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPFailureCauseParam instance may take (0).
-
Constructor Summary
Constructors Modifier Constructor Description protected
MAPFailureCauseParam(int value)
Constructs an enumeration constant for the given numeric value.protected
MAPFailureCauseParam(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 MAPFailureCauseParam
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.static MAPFailureCauseParam[]
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
-
_limitReachedOnNumberOfConcurrentLocationRequests
public static final int _limitReachedOnNumberOfConcurrentLocationRequests
Integer value of the constant limitReachedOnNumberOfConcurrentLocationRequests.- See Also:
- Constant Field Values
-
limitReachedOnNumberOfConcurrentLocationRequests
public static final MAPFailureCauseParam limitReachedOnNumberOfConcurrentLocationRequests
Reference to value of the constant limitReachedOnNumberOfConcurrentLocationRequests.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPFailureCauseParam 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.MAPFailureCauseParam instance may take (0).- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MAPFailureCauseParam
protected MAPFailureCauseParam(int value, String description)
Constructs an enumeration constant for the given numeric value, noting its name.- Parameters:
value
- numeric valuedescription
- name of number
-
MAPFailureCauseParam
protected MAPFailureCauseParam(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 MAPFailureCauseParam 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 MAPFailureCauseParam[] namedValues()
Returns an array containing all the enumeration constants referenced by fields.- Returns:
- array of enumeration constants
-
-