Class MAPTraceDepth

    • Field Detail

      • _minimum

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

        public static final MAPTraceDepth minimum
        Reference to value of the constant minimum.
      • _medium

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

        public static final MAPTraceDepth medium
        Reference to value of the constant medium.
      • _maximum

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

        public static final MAPTraceDepth maximum
        Reference to value of the constant maximum.
      • MIN_VALUE

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

      • MAPTraceDepth

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

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