Interface RMKey.GetSet

All Superinterfaces:
RMKey.Get
All Known Implementing Classes:
Settings
Enclosing class:
RMKey

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

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

    Methods inherited from interface com.inductiveautomation.rm.base.RMKey.Get

    getKeyValue
  • Method Details

    • setKeyValue

      boolean setKeyValue(String aKey, Object aValue)