Class MAPKeyStatus

  • All Implemented Interfaces:
    DataObject, Immutable, Serializable

    public class MAPKeyStatus
    extends NamedInteger
    API for MAP-MS-DataTypes.KeyStatus. Generated from the following ASN.1 type definition.
     KeyStatus ::=
         ENUMERATED {
             old(0),
             new(1),
             ...
         }
     
    Added in R99. Exception handling: received values in range 2-31 shall be treated as 'old'; received values greater than 31 shall be treated as 'new'.

    Used as field type by MAPForwardAccessSignalling_Arg_v3.

    See Also:
    Serialized Form
    • Field Detail

      • old

        public static final MAPKeyStatus old
        Reference to value of the constant old.
      • New

        public static final MAPKeyStatus New
        Reference to value of the constant new.
      • MIN_VALUE

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

      • MAPKeyStatus

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

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