Interface ValueElement

All Superinterfaces:
Element
All Known Implementing Classes:
AbstractAssertWithValues, AbstractColumnValueAssert, AbstractColumnValueOutputter, AbstractOutputterWithValues, AbstractRowValueAssert, AbstractRowValueOutputter, AbstractValueAssert, AbstractValueOutputter, ChangeColumnValueAssert, ChangeColumnValueOutputter, ChangeRowValueAssert, ChangeRowValueOutputter, RequestColumnValueAssert, RequestColumnValueOutputter, RequestRowValueAssert, RequestRowValueOutputter, TableColumnValueAssert, TableColumnValueOutputter, TableRowValueAssert, TableRowValueOutputter

public interface ValueElement extends Element
Interface that represents a element of navigation about value.

It can be a value of a table, of the result of a request or a change.

This interface is used by the interfaces ToValue, ToValueFromColumn and ToValueFromRow.

Author:
Régis Pouiller