public class DataTable extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<List<String>> |
examples
The list of example elements.
|
protected List<String> |
names
The parameter names.
|
| Constructor and Description |
|---|
DataTable() |
| Modifier and Type | Method and Description |
|---|---|
DataTable |
add(List<String> example)
Add a list of examples.
|
DataTable |
add(String name)
Add a parameter name.
|
List<List<String>> |
getExamples()
Get the list of examples line.
|
List<String> |
getNames()
Get the parameter names.
|
void |
setExamples(List<List<String>> examples)
Set the examples list.
|
void |
setNames(List<String> names)
Set the parameter names.
|
String |
toString() |
String |
validate()
Validate data table.
|
public void setNames(List<String> names)
names - The names.public DataTable add(String name)
name - A name.public List<List<String>> getExamples()
public void setExamples(List<List<String>> examples)
examples - The examples.public DataTable add(List<String> example)
example - The example.public String validate()
Copyright © 2017. All rights reserved.