public class MAPUsed_RAT_Type extends NamedInteger
Used-RAT-Type ::= ENUMERATED { utran(0), geran(1), gan(2), i-hspa-evolution(3), e-utran(4), ... }Added in release 8.
Used as field type by MAPSubscriberInfo
.
Used as field type by MAPUpdateGprsLocationArg
.
Modifier and Type | Field and Description |
---|---|
static int |
_e_utran
Integer value of the constant e_utran.
|
static int |
_gan
Integer value of the constant gan.
|
static int |
_geran
Integer value of the constant geran.
|
static int |
_i_hspa_evolution
Integer value of the constant i_hspa_evolution.
|
static int |
_utran
Integer value of the constant utran.
|
static MAPUsed_RAT_Type |
e_utran
Reference to value of the constant e_utran.
|
static MAPUsed_RAT_Type |
gan
Reference to value of the constant gan.
|
static MAPUsed_RAT_Type |
geran
Reference to value of the constant geran.
|
static MAPUsed_RAT_Type |
i_hspa_evolution
Reference to value of the constant i_hspa_evolution.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPUsed_RAT_Type instance may take (4).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPUsed_RAT_Type instance may take (0).
|
static MAPUsed_RAT_Type |
utran
Reference to value of the constant utran.
|
Modifier | Constructor and Description |
---|---|
protected |
MAPUsed_RAT_Type(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPUsed_RAT_Type(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static MAPUsed_RAT_Type |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPUsed_RAT_Type[] |
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 _utran
public static final MAPUsed_RAT_Type utran
public static final int _geran
public static final MAPUsed_RAT_Type geran
public static final int _gan
public static final MAPUsed_RAT_Type gan
public static final int _i_hspa_evolution
public static final MAPUsed_RAT_Type i_hspa_evolution
public static final int _e_utran
public static final MAPUsed_RAT_Type e_utran
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPUsed_RAT_Type(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPUsed_RAT_Type(int value)
value
- numeric valuepublic static MAPUsed_RAT_Type fromValue(int value)
value
- integerpublic static MAPUsed_RAT_Type[] namedValues()