Class MAPTraceDepth
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- MAPTraceDepth
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
public class MAPTraceDepth extends NamedInteger
API for MAP-OM-DataTypes.TraceDepth. Generated from the following ASN.1 type definition.TraceDepth ::= ENUMERATED { minimum(0), medium(1), maximum(2), ... }
Added in release 6. The value medium is applicable only for RNC. For other network elements, if value medium is received, value minimum shall be applied.Used as field type by
MAPTraceDepthList
.Used as field type by
MAPTraceDepthList
.Used as field type by
MAPTraceDepthList
.Used as field type by
MAPTraceDepthList
.Used as field type by
MAPTraceDepthList
.Used as field type by
MAPTraceDepthList
.Used as field type by
MAPTraceDepthList
.Used as field type by
MAPTraceDepthList
.Used as field type by
MAPTraceDepthList
.Used as field type by
MAPTraceDepthList
.Used as field type by
MAPTracePropagationList
.Used as field type by
MAPTracePropagationList
.Used as field type by
MAPTracePropagationList
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_maximum
Integer value of the constant maximum.static int
_medium
Integer value of the constant medium.static int
_minimum
Integer value of the constant minimum.static int
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPTraceDepth instance may take (2).static MAPTraceDepth
maximum
Reference to value of the constant maximum.static MAPTraceDepth
medium
Reference to value of the constant medium.static int
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPTraceDepth instance may take (0).static MAPTraceDepth
minimum
Reference to value of the constant minimum.
-
Constructor Summary
Constructors Modifier Constructor Description protected
MAPTraceDepth(int value)
Constructs an enumeration constant for the given numeric value.protected
MAPTraceDepth(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 MAPTraceDepth
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.static MAPTraceDepth[]
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
-
_minimum
public static final int _minimum
Integer value of the constant minimum.- See Also:
- Constant Field Values
-
minimum
public static final MAPTraceDepth minimum
Reference to value of the constant minimum.
-
_medium
public static final int _medium
Integer value of the constant medium.- See Also:
- Constant Field Values
-
medium
public static final MAPTraceDepth medium
Reference to value of the constant medium.
-
_maximum
public static final int _maximum
Integer value of the constant maximum.- See Also:
- Constant Field Values
-
maximum
public static final MAPTraceDepth maximum
Reference to value of the constant maximum.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPTraceDepth 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.MAPTraceDepth instance may take (2).- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MAPTraceDepth
protected MAPTraceDepth(int value, String description)
Constructs an enumeration constant for the given numeric value, noting its name.- Parameters:
value
- numeric valuedescription
- name of number
-
MAPTraceDepth
protected MAPTraceDepth(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 MAPTraceDepth 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 MAPTraceDepth[] namedValues()
Returns an array containing all the enumeration constants referenced by fields.- Returns:
- array of enumeration constants
-
-