Package snap.util

Interface Key.GetSet

All Superinterfaces:
Key.Get
Enclosing class:
Key

public static interface Key.GetSet extends Key.Get
This is interface is implemented by objects that can get/set key value themselves.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setKeyValue(String aKey, Object aValue)
     

    Methods inherited from interface snap.util.Key.Get

    getKeyValue
  • Method Details

    • setKeyValue

      void setKeyValue(String aKey, Object aValue)