D - The class of the actual value (an sub-class of AbstractDbData).A - The class of the original assertion (an sub-class of AbstractDbOutputter).C - The class of this assertion (an sub-class of AbstractColumnOutputter).CV - The class of this assertion on the value (an sub-class of AbstractColumnValueOutputter).R - The class of the equivalent row assertion (an sub-class of AbstractRowOutputter).RV - The class of the equivalent row assertion on the value (an sub-class of AbstractRowValueOutputter).public abstract class AbstractColumnOutputter<D extends AbstractDbData<D>,A extends AbstractDbOutputter<D,A,C,CV,R,RV>,C extends AbstractColumnOutputter<D,A,C,CV,R,RV>,CV extends AbstractColumnValueOutputter<D,A,C,CV,R,RV>,R extends AbstractRowOutputter<D,A,C,CV,R,RV>,RV extends AbstractRowValueOutputter<D,A,C,CV,R,RV>> extends AbstractSubOutputter<D,A,C,CV,C,CV,R,RV> implements ColumnElement
Columns outputs.| Modifier and Type | Field and Description |
|---|---|
protected Position<C,CV,Value> |
valuePosition
Position of navigation to value.
|
originoutputTypeinfo, myself| Modifier and Type | Method and Description |
|---|---|
protected String |
getOutput(Output outputType)
Returns the output for the output
|
protected String |
getValueDescription(int index)
Returns the value description.
|
protected Position<C,CV,Value> |
getValuePosition()
Returns the position of navigation to value.
|
protected List<Value> |
getValuesList()
Returns the list of values.
|
value, valuecolumn, column, column, row, rowreturnToOrigintoConsole, toFile, toStream, withTypeas, as, describedAs, describedAs, getInfoprotected String getValueDescription(int index)
getValueDescription in class AbstractSubOutputter<D extends AbstractDbData<D>,A extends AbstractDbOutputter<D,A,C,CV,R,RV>,C extends AbstractColumnOutputter<D,A,C,CV,R,RV>,CV extends AbstractColumnValueOutputter<D,A,C,CV,R,RV>,C extends AbstractColumnOutputter<D,A,C,CV,R,RV>,CV extends AbstractColumnValueOutputter<D,A,C,CV,R,RV>,R extends AbstractRowOutputter<D,A,C,CV,R,RV>,RV extends AbstractRowValueOutputter<D,A,C,CV,R,RV>>index - The index of the value.protected Position<C,CV,Value> getValuePosition()
getValuePosition in class AbstractSubOutputter<D extends AbstractDbData<D>,A extends AbstractDbOutputter<D,A,C,CV,R,RV>,C extends AbstractColumnOutputter<D,A,C,CV,R,RV>,CV extends AbstractColumnValueOutputter<D,A,C,CV,R,RV>,C extends AbstractColumnOutputter<D,A,C,CV,R,RV>,CV extends AbstractColumnValueOutputter<D,A,C,CV,R,RV>,R extends AbstractRowOutputter<D,A,C,CV,R,RV>,RV extends AbstractRowValueOutputter<D,A,C,CV,R,RV>>protected List<Value> getValuesList()
getValuesList in class AbstractSubOutputter<D extends AbstractDbData<D>,A extends AbstractDbOutputter<D,A,C,CV,R,RV>,C extends AbstractColumnOutputter<D,A,C,CV,R,RV>,CV extends AbstractColumnValueOutputter<D,A,C,CV,R,RV>,C extends AbstractColumnOutputter<D,A,C,CV,R,RV>,CV extends AbstractColumnValueOutputter<D,A,C,CV,R,RV>,R extends AbstractRowOutputter<D,A,C,CV,R,RV>,RV extends AbstractRowValueOutputter<D,A,C,CV,R,RV>>Copyright © 2015–2017 AssertJ. All rights reserved.