Uses of Class
gherkin.formatter.model.Row.DiffType

Packages that use Row.DiffType
gherkin.formatter.model   
 

Uses of Row.DiffType in gherkin.formatter.model
 

Methods in gherkin.formatter.model that return Row.DiffType
abstract  Row.DiffType Row.getDiffType()
           
 Row.DiffType ExamplesTableRow.getDiffType()
           
 Row.DiffType DataTableRow.getDiffType()
           
static Row.DiffType Row.DiffType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Row.DiffType[] Row.DiffType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in gherkin.formatter.model with parameters of type Row.DiffType
DataTableRow(List<Comment> comments, List<String> cells, Integer line, Row.DiffType diffType)
           
 



Copyright © 2013. All rights reserved.