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