Class MAPSS_Information.Choice

    • Field Detail

      • _CALLBARRINGINFO

        public static final int _CALLBARRINGINFO
        Integer value of the choice CALLBARRINGINFO.
        See Also:
        Constant Field Values
      • CALLBARRINGINFO

        public static final MAPSS_Information.Choice CALLBARRINGINFO
        Reference to the choice CALLBARRINGINFO.
      • _CUG_INFORMATION

        public static final int _CUG_INFORMATION
        Integer value of the choice CUG_INFORMATION.
        See Also:
        Constant Field Values
      • CUG_INFORMATION

        public static final MAPSS_Information.Choice CUG_INFORMATION
        Reference to the choice CUG_INFORMATION.
      • _FORWARDINGINFO

        public static final int _FORWARDINGINFO
        Integer value of the choice FORWARDINGINFO.
        See Also:
        Constant Field Values
      • _SS_DATA_V1

        public static final int _SS_DATA_V1
        Integer value of the choice SS_DATA_V1.
        See Also:
        Constant Field Values
      • MIN_VALUE

        public static final int MIN_VALUE
        Minimum value that a com.opencloud.slee.resources.cgin.map.MAPSS_Information.Choice instance may take (19479552).
        See Also:
        Constant Field Values
      • MAX_VALUE

        public static final int MAX_VALUE
        Maximum value that a com.opencloud.slee.resources.cgin.map.MAPSS_Information.Choice instance may take (19479555).
        See Also:
        Constant Field Values
    • Constructor Detail

      • Choice

        protected Choice​(int value,
                         String description)
        Constructs a number, noting its name.
        Parameters:
        value - numeric value
        description - name of number
    • Method Detail

      • fromValue

        public static MAPSS_Information.Choice fromValue​(int value)
        Finds or constructs an integer for the given numeric value.
        Parameters:
        value - numeric value
        Returns:
        one of the fields if suitable, else a newly constructed object
      • namedValues

        public static MAPSS_Information.Choice[] namedValues()
        Returns an array containing all the numeric values that distinguish choices.
        Returns:
        array of integers