| com.jamonapi.MonKey
All known Subclasses: com.jamonapi.MonKeyBase, com.jamonapi.MonKeyImp,
MonKey | public interface MonKey extends RowData,MonKeyItem(Code) | | key that allows for a monitor to be passed any number of keys used in the equivalent
of a group by clause. Put in hashmap to identify a Monitor. Implementations will need
to implement equals, and hashcode. MonKeys are the way Monitors are identified in the
storing Map
|
getRangeKey | public String getRangeKey()(Code) | | Uses this value to look up an associated Range
|
getValue | public Object getValue(String primaryKey)(Code) | | return any value associated with the key.
new MonKey(label, units). would return the value associated with label
or units if: getValue("label"), or getValue("units");
|
|
|