Class ValueImpl<T>

  • All Implemented Interfaces:
    Argument<T>, Value<T>

    public class ValueImpl<T>
    extends java.lang.Object
    implements Value<T>
    • Constructor Summary

      Constructors 
      Constructor Description
      ValueImpl​(T value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<T> getType()  
      T getValue()  
      • Methods inherited from class java.lang.Object

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

      • ValueImpl

        public ValueImpl​(T value)
    • Method Detail

      • getValue

        public T getValue()
        Specified by:
        getValue in interface Value<T>
      • getType

        public java.lang.Class<T> getType()
        Specified by:
        getType in interface Argument<T>