Class MAPLCS_FormatIndicator

  • All Implemented Interfaces:
    DataObject, Immutable, Serializable

    public class MAPLCS_FormatIndicator
    extends NamedInteger
    API for MAP-LCS-DataTypes.LCS-FormatIndicator. Generated from the following ASN.1 type definition.
     LCS-FormatIndicator ::=
         ENUMERATED {
             logicalName(0),
             e-mailAddress(1),
             msisdn(2),
             url(3),
             sipUrl(4),
             ...
         }
     
    Added in release 6.

    Used as field type by MAPLCSClientName.

    Used as field type by MAPLCSRequestorID.

    See Also:
    Serialized Form
    • Field Detail

      • _logicalName

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

        public static final MAPLCS_FormatIndicator logicalName
        Reference to value of the constant logicalName.
      • _e_mailAddress

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

        public static final MAPLCS_FormatIndicator e_mailAddress
        Reference to value of the constant e_mailAddress.
      • _msisdn

        public static final int _msisdn
        Integer value of the constant msisdn.
        See Also:
        Constant Field Values
      • _sipUrl

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

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

      • MAPLCS_FormatIndicator

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

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