public class TableColumnContainer
extends java.lang.Object
DefaultXmlDataProvider (or any other provider) that binds
column value to desired column type, see XmlDataProvider.TABLE_COLUMN_TYPE.| Constructor and Description |
|---|
TableColumnContainer(java.lang.String columnValue) |
TableColumnContainer(XmlDataProvider.TABLE_COLUMN_TYPE columnType,
java.lang.String columnValue) |
| Modifier and Type | Method and Description |
|---|---|
XmlDataProvider.TABLE_COLUMN_TYPE |
getColumnType() |
java.lang.String |
getValue() |
public TableColumnContainer(java.lang.String columnValue)
public TableColumnContainer(XmlDataProvider.TABLE_COLUMN_TYPE columnType, java.lang.String columnValue)
public XmlDataProvider.TABLE_COLUMN_TYPE getColumnType()
public java.lang.String getValue()
Copyright © 2018 SAP SE. All Rights Reserved.