gherkin.formatter.model
Class DataTableRow

java.lang.Object
  extended by gherkin.formatter.Mappable
      extended by gherkin.formatter.model.Row
          extended by gherkin.formatter.model.DataTableRow
All Implemented Interfaces:
CommentHolder

public class DataTableRow
extends Row


Nested Class Summary
 
Nested classes/interfaces inherited from class gherkin.formatter.model.Row
Row.DiffType
 
Constructor Summary
DataTableRow(List<Comment> comments, List<String> cells, int line)
           
DataTableRow(List<Comment> comments, List<String> cells, int line, Row.DiffType diffType)
           
 
Method Summary
 Row.DiffType getDiffType()
           
 
Methods inherited from class gherkin.formatter.model.Row
createResults, getCells, getComments, getLine
 
Methods inherited from class gherkin.formatter.Mappable
toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataTableRow

public DataTableRow(List<Comment> comments,
                    List<String> cells,
                    int line)

DataTableRow

public DataTableRow(List<Comment> comments,
                    List<String> cells,
                    int line,
                    Row.DiffType diffType)
Method Detail

getDiffType

public Row.DiffType getDiffType()
Specified by:
getDiffType in class Row


Copyright © 2011. All Rights Reserved.