Class MAPSMS_TriggerDetectionPoint

    • Field Detail

      • _sms_CollectedInfo

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

        public static final MAPSMS_TriggerDetectionPoint sms_CollectedInfo
        Reference to value of the constant sms_CollectedInfo.
      • _sms_DeliveryRequest

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

        public static final MAPSMS_TriggerDetectionPoint sms_DeliveryRequest
        Reference to value of the constant sms_DeliveryRequest.
      • MIN_VALUE

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

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

      • MAPSMS_TriggerDetectionPoint

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

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