gherkin.formatter.model
Class ExamplesTableRow

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

public class ExamplesTableRow
extends Row


Nested Class Summary
 
Nested classes/interfaces inherited from class gherkin.formatter.model.Row
Row.DiffType
 
Constructor Summary
ExamplesTableRow(List<Comment> comments, List<String> cells, Integer line, String id)
           
 
Method Summary
 Row.DiffType getDiffType()
           
 String getId()
           
 
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

ExamplesTableRow

public ExamplesTableRow(List<Comment> comments,
                        List<String> cells,
                        Integer line,
                        String id)
Method Detail

getDiffType

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

getId

public String getId()


Copyright © 2012. All Rights Reserved.