ReportMill 10 API

com.reportmill.base
Interface RMKey.ValueForKey

All Known Implementing Classes:
RMTableOfContents.RowGroup
Enclosing class:
RMKey

public static interface RMKey.ValueForKey

This interface is implemented by objects that want to handle getting key values themselves.


Method Summary
 java.lang.Object valueForKey(java.lang.String aKey)
           
 

Method Detail

valueForKey

java.lang.Object valueForKey(java.lang.String aKey)

ReportMill 10 API