Interface Var<T>

Type Parameters:
T - the type of the variable
All Known Implementing Classes:
MapDBVar

public interface Var<T>
The interface governing a variable for abstract getters and setters.
Author:
Abbas Abou Daya
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
    void
    set(T var)
     
  • Method Details

    • get

      T get()
      Returns:
      the variable contained
    • set

      void set(T var)
      Parameters:
      var - the new variable value