ReportMill 11 API

com.reportmill.base
Interface RMKey.GetSet

All Superinterfaces:
RMKey.Get
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
 boolean setKeyValue(java.lang.String aKey, java.lang.Object aValue)
           
 
Methods inherited from interface com.reportmill.base.RMKey.Get
getKeyValue
 

Method Detail

setKeyValue

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

ReportMill 11 API