Class MAPO_BcsmTriggerDetectionPoint

    • Field Detail

      • _collectedInfo

        public static final int _collectedInfo
        Integer value of the constant collectedInfo.
        See Also:
        Constant Field Values
      • _routeSelectFailure

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

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

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

      • MAPO_BcsmTriggerDetectionPoint

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

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