Class Instrument.AutoQuantity<S>

  • Enclosing interface:
    Instrument

    public static class Instrument.AutoQuantity<S>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AutoQuantity​(boolean auto, S otherwise)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      S getValue()  
      boolean isAuto()  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AutoQuantity

        public AutoQuantity​(boolean auto,
                            S otherwise)
    • Method Detail

      • isAuto

        public boolean isAuto()
      • getValue

        public S getValue()