Class MAPIST_SupportIndicator

  • All Implemented Interfaces:
    DataObject, Immutable, Serializable

    public class MAPIST_SupportIndicator
    extends NamedInteger
    API for MAP-MS-DataTypes.IST-SupportIndicator. Generated from the following ASN.1 type definition.
     IST-SupportIndicator ::=
         ENUMERATED {
             basicISTSupported(0),
             istCommandSupported(1),
             ...
         }
     
    Added in R99. Exception handling: reception of values > 1 shall be mapped to 'istCommandSupported'.

    Used as field type by MAPVLR_Capability.

    Used as field type by MAPSendRoutingInfoArg.

    See Also:
    Serialized Form
    • Field Detail

      • _basicISTSupported

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

        public static final MAPIST_SupportIndicator basicISTSupported
        Reference to value of the constant basicISTSupported.
      • _istCommandSupported

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

        public static final MAPIST_SupportIndicator istCommandSupported
        Reference to value of the constant istCommandSupported.
      • MIN_VALUE

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

      • MAPIST_SupportIndicator

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

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