Class VariableMapAdapter.AdaptedEntry

  • Enclosing class:
    VariableMapAdapter

    public static class VariableMapAdapter.AdaptedEntry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String key  
    • Constructor Summary

      Constructors 
      Constructor Description
      AdaptedEntry()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getValue()  
      void setValue​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

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

      • key

        public java.lang.String key
    • Constructor Detail

      • AdaptedEntry

        public AdaptedEntry()
    • Method Detail

      • getValue

        public java.lang.Object getValue()
      • setValue

        public void setValue​(java.lang.Object value)