Class Depth


  • public class Depth
    extends Object
    A Depth header.
    • Constructor Detail

      • Depth

        public Depth​(String depth)
        Create a Depth object from a header value.
        Parameters:
        depth - the depth value
    • Method Detail

      • getDepth

        public Depth.DEPTH getDepth()
        Get the depth value.
        Returns:
        the depth
      • valueOf

        public static Depth valueOf​(String value)
        Create a Depth object from a value.
        Parameters:
        value - the value
        Returns:
        the Depth object or null