Class MAPDefaultSMS_Handling

  • All Implemented Interfaces:
    DataObject, Immutable, Serializable

    public class MAPDefaultSMS_Handling
    extends NamedInteger
    API for MAP-MS-DataTypes.DefaultSMS-Handling. Generated from the following ASN.1 type definition.
     DefaultSMS-Handling ::=
         ENUMERATED {
             continueTransaction(0),
             releaseTransaction(1),
             ...
         }
     
    Added in R99. Exception handling: reception of values in range 2-31 shall be treated as 'continueTransaction'; reception of values greater than 31 shall be treated as 'releaseTransaction'.

    Used as field type by MAPSMS_CAMEL_TDP_Data.

    See Also:
    Serialized Form
    • Field Detail

      • _continueTransaction

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

        public static final MAPDefaultSMS_Handling continueTransaction
        Reference to value of the constant continueTransaction.
      • _releaseTransaction

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

        public static final MAPDefaultSMS_Handling releaseTransaction
        Reference to value of the constant releaseTransaction.
      • MIN_VALUE

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

      • MAPDefaultSMS_Handling

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

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