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 Detail

      • setKeyValue

        boolean setKeyValue​(java.lang.String aKey,
                            java.lang.Object aValue)