Class MAPUsed_RAT_Type
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- MAPUsed_RAT_Type
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
public class MAPUsed_RAT_Type extends NamedInteger
API for MAP-MS-DataTypes.Used-RAT-Type. Generated from the following ASN.1 type definition.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
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field 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.
-
Constructor Summary
Constructors Modifier Constructor 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.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.opencloud.util.NamedInteger
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString, valueOf
-
-
-
-
Field Detail
-
_utran
public static final int _utran
Integer value of the constant utran.- See Also:
- Constant Field Values
-
utran
public static final MAPUsed_RAT_Type utran
Reference to value of the constant utran.
-
_geran
public static final int _geran
Integer value of the constant geran.- See Also:
- Constant Field Values
-
geran
public static final MAPUsed_RAT_Type geran
Reference to value of the constant geran.
-
_gan
public static final int _gan
Integer value of the constant gan.- See Also:
- Constant Field Values
-
gan
public static final MAPUsed_RAT_Type gan
Reference to value of the constant gan.
-
_i_hspa_evolution
public static final int _i_hspa_evolution
Integer value of the constant i_hspa_evolution.- See Also:
- Constant Field Values
-
i_hspa_evolution
public static final MAPUsed_RAT_Type i_hspa_evolution
Reference to value of the constant i_hspa_evolution.
-
_e_utran
public static final int _e_utran
Integer value of the constant e_utran.- See Also:
- Constant Field Values
-
e_utran
public static final MAPUsed_RAT_Type e_utran
Reference to value of the constant e_utran.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPUsed_RAT_Type 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.MAPUsed_RAT_Type instance may take (4).- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MAPUsed_RAT_Type
protected MAPUsed_RAT_Type(int value, String description)
Constructs an enumeration constant for the given numeric value, noting its name.- Parameters:
value
- numeric valuedescription
- name of number
-
MAPUsed_RAT_Type
protected MAPUsed_RAT_Type(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 MAPUsed_RAT_Type 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 MAPUsed_RAT_Type[] namedValues()
Returns an array containing all the enumeration constants referenced by fields.- Returns:
- array of enumeration constants
-
-