public class MAPGMLC_Restriction extends NamedInteger
GMLC-Restriction ::= ENUMERATED { gmlc-List(0), home-Country(1), ... }Added in R98. Exception handling: At reception of any other value than the ones listed the receiver shall ignore GMLC-Restriction.
Used as field type by MAPExternalClient
.
Used as field type by MAPServiceType
.
Modifier and Type | Field and Description |
---|---|
static int |
_gmlc_List
Integer value of the constant gmlc_List.
|
static int |
_home_Country
Integer value of the constant home_Country.
|
static MAPGMLC_Restriction |
gmlc_List
Reference to value of the constant gmlc_List.
|
static MAPGMLC_Restriction |
home_Country
Reference to value of the constant home_Country.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPGMLC_Restriction instance may take (1).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPGMLC_Restriction instance may take (0).
|
Modifier | Constructor and Description |
---|---|
protected |
MAPGMLC_Restriction(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPGMLC_Restriction(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static MAPGMLC_Restriction |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPGMLC_Restriction[] |
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 _gmlc_List
public static final MAPGMLC_Restriction gmlc_List
public static final int _home_Country
public static final MAPGMLC_Restriction home_Country
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPGMLC_Restriction(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPGMLC_Restriction(int value)
value
- numeric valuepublic static MAPGMLC_Restriction fromValue(int value)
value
- integerpublic static MAPGMLC_Restriction[] namedValues()