Class ReturnableValue<K>

java.lang.Object
de.bright_side.bdbexport.model.ReturnableValue<K>

public class ReturnableValue<K>
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    ReturnableValue​(K value)  
  • Method Summary

    Modifier and Type Method Description
    K getValue()  
    void setValue​(K value)  

    Methods inherited from class java.lang.Object

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

    • ReturnableValue

      public ReturnableValue​(K value)
  • Method Details

    • getValue

      public K getValue()
    • setValue

      public void setValue​(K value)