public class AnchorRecordPrinter extends AbstractRecordPrinter<org.nhind.config.Anchor>
AbstractRecordPrinter.ReportColumn| Modifier and Type | Field and Description |
|---|---|
protected static String |
ANCHOR_ID_COL |
protected static String |
ANCHOR_NAME_COL |
protected static String |
INCOMING_COL |
protected static String |
OUTGOING_COL |
protected static String |
OWNER_COL |
protected static Collection<AbstractRecordPrinter.ReportColumn> |
REPORT_COLS |
protected static String |
TP_NAME_COL |
reportColumns, tableWidth| Constructor and Description |
|---|
AnchorRecordPrinter() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getColumnValue(AbstractRecordPrinter.ReportColumn column,
org.nhind.config.Anchor record) |
printHeader, printRecord, printRecordInternal, printRecordsprotected static final String ANCHOR_ID_COL
protected static final String ANCHOR_NAME_COL
protected static final String TP_NAME_COL
protected static final String OWNER_COL
protected static final String INCOMING_COL
protected static final String OUTGOING_COL
protected static final Collection<AbstractRecordPrinter.ReportColumn> REPORT_COLS
protected String getColumnValue(AbstractRecordPrinter.ReportColumn column, org.nhind.config.Anchor record)
getColumnValue in class AbstractRecordPrinter<org.nhind.config.Anchor>Copyright © 2016. All Rights Reserved.