Class FloatArg

  • All Implemented Interfaces:
    ArgType

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

      Constructors 
      Constructor Description
      FloatArg​(float floatValue)  
    • Method Summary

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

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

      • FloatArg

        public FloatArg​(float floatValue)
    • Method Detail

      • getFloatValue

        public double getFloatValue()
      • toString

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