gherkin.formatter.model
Class DocString

java.lang.Object
  extended by gherkin.formatter.Mappable
      extended by gherkin.formatter.model.DocString

public class DocString
extends Mappable


Constructor Summary
DocString(String contentType, String value, Integer line)
           
 
Method Summary
 String getContentType()
           
 int getLine()
           
 Range getLineRange()
           
 String getValue()
           
 
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

DocString

public DocString(String contentType,
                 String value,
                 Integer line)
Method Detail

getContentType

public String getContentType()

getValue

public String getValue()

getLine

public int getLine()

getLineRange

public Range getLineRange()


Copyright © 2012. All Rights Reserved.