Class MAPPrivacyCheckRelatedAction

  • All Implemented Interfaces:
    DataObject, Immutable, Serializable

    public class MAPPrivacyCheckRelatedAction
    extends NamedInteger
    API for MAP-LCS-DataTypes.PrivacyCheckRelatedAction. Generated from the following ASN.1 type definition.
     PrivacyCheckRelatedAction ::=
         ENUMERATED {
             allowedWithoutNotification(0),
             allowedWithNotification(1),
             allowedIfNoResponse(2),
             restrictedIfNoResponse(3),
             notAllowed(4),
             ...
         }
     
    Added in release 6.

    Used as field type by MAPLCS_PrivacyCheck.

    Used as field type by MAPLCS_PrivacyCheck.

    See Also:
    Serialized Form
    • Field Detail

      • _allowedWithoutNotification

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

        public static final MAPPrivacyCheckRelatedAction allowedWithoutNotification
        Reference to value of the constant allowedWithoutNotification.
      • _allowedWithNotification

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

        public static final MAPPrivacyCheckRelatedAction allowedWithNotification
        Reference to value of the constant allowedWithNotification.
      • _allowedIfNoResponse

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

        public static final MAPPrivacyCheckRelatedAction allowedIfNoResponse
        Reference to value of the constant allowedIfNoResponse.
      • _restrictedIfNoResponse

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

        public static final MAPPrivacyCheckRelatedAction restrictedIfNoResponse
        Reference to value of the constant restrictedIfNoResponse.
      • _notAllowed

        public static final int _notAllowed
        Integer value of the constant notAllowed.
        See Also:
        Constant Field Values
      • MIN_VALUE

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

      • MAPPrivacyCheckRelatedAction

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

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