public class MAPFailureCauseParam extends NamedInteger
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
.
Modifier and Type | Field and 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).
|
Modifier | Constructor and 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.
|
Modifier and Type | Method and 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.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _limitReachedOnNumberOfConcurrentLocationRequests
public static final MAPFailureCauseParam limitReachedOnNumberOfConcurrentLocationRequests
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPFailureCauseParam(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPFailureCauseParam(int value)
value
- numeric valuepublic static MAPFailureCauseParam fromValue(int value)
value
- integerpublic static MAPFailureCauseParam[] namedValues()