Class MAPGMLC_Restriction

  • All Implemented Interfaces:
    DataObject, Immutable, Serializable

    public class MAPGMLC_Restriction
    extends NamedInteger
    API for MAP-MS-DataTypes.GMLC-Restriction. Generated from the following ASN.1 type definition.
     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.

    See Also:
    Serialized Form
    • Field Detail

      • _gmlc_List

        public static final int _gmlc_List
        Integer value of the constant gmlc_List.
        See Also:
        Constant Field Values
      • gmlc_List

        public static final MAPGMLC_Restriction gmlc_List
        Reference to value of the constant gmlc_List.
      • _home_Country

        public static final int _home_Country
        Integer value of the constant home_Country.
        See Also:
        Constant Field Values
      • home_Country

        public static final MAPGMLC_Restriction home_Country
        Reference to value of the constant home_Country.
      • MIN_VALUE

        public static final int MIN_VALUE
        Minimum value that a com.opencloud.slee.resources.cgin.map.MAPGMLC_Restriction 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.MAPGMLC_Restriction instance may take (1).
        See Also:
        Constant Field Values
    • Constructor Detail

      • MAPGMLC_Restriction

        protected MAPGMLC_Restriction​(int value,
                                      String description)
        Constructs an enumeration constant for the given numeric value, noting its name.
        Parameters:
        value - numeric value
        description - name of number
      • MAPGMLC_Restriction

        protected MAPGMLC_Restriction​(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 MAPGMLC_Restriction 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 MAPGMLC_Restriction[] namedValues()
        Returns an array containing all the enumeration constants referenced by fields.
        Returns:
        array of enumeration constants