Class ErrorMode.Extent

  • Enclosing class:
    ErrorMode

    public static class ErrorMode.Extent
    extends java.lang.Object
    Enumeration class which lists the distance quantities used by different error modes. Each error mode will have zero or more of these, corresponding to scalar values constituting the described error.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLabel()
      Returns a name suitable for labelling a control for this extent.
      java.lang.String getName()
      Returns the name of this extent.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the name of this extent.
        Returns:
        extent name
      • getLabel

        public java.lang.String getLabel()
        Returns a name suitable for labelling a control for this extent.
        Returns:
        extent control label