Class DoubleArg

  • All Implemented Interfaces:
    ArgType

    public class DoubleArg
    extends java.lang.Object
    implements ArgType
    • Constructor Summary

      Constructors 
      Constructor Description
      DoubleArg​(double doubleValue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getDoubleValue()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • DoubleArg

        public DoubleArg​(double doubleValue)
    • Method Detail

      • getDoubleValue

        public double getDoubleValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object