public interface MonKey extends MonKeyItem
Modifier and Type | Field and Description |
---|---|
static String |
LABEL_HEADER |
static String |
UNITS_HEADER |
DEFAULT_INSTANCE_NAME, INSTANCE_HEADER, serialVersionUID
Modifier and Type | Method and Description |
---|---|
List |
getBasicHeader(List header)
i.e.
|
List |
getBasicRowData(List rowData)
Get all data for a row excluding row ranges, and put key data into one cell
|
List |
getDisplayHeader(List header)
i.e.
|
List |
getHeader(List header)
i.e.
|
String |
getLabel() |
String |
getRangeKey()
Uses this value to look up an associated Range
|
List |
getRowData(List rowData)
Get all data for a row including range data
|
List |
getRowDisplayData(List rowData)
Get data excluding ranges, but break out key columns
|
int |
getSize()
Returns the size of the key in characters within the key.
|
Object |
getValue(String primaryKey)
return any value associated with the key.
|
getDetails, getInstanceName, setDetails, setInstanceName
static final String LABEL_HEADER
static final String UNITS_HEADER
Object getValue(String primaryKey)
String getRangeKey()
String getLabel()
int getSize()
List getHeader(List header)
List getDisplayHeader(List header)
List getBasicRowData(List rowData)
Copyright © 2015. All rights reserved.