gherkin.formatter.model
Class Tag

java.lang.Object
  extended by gherkin.formatter.Mappable
      extended by gherkin.formatter.model.Tag
All Implemented Interfaces:
Serializable

public class Tag
extends Mappable

See Also:
Serialized Form

Constructor Summary
Tag(String name, Integer line)
           
 
Method Summary
 boolean equals(Object o)
           
 Integer getLine()
           
 String getName()
           
 int hashCode()
           
 
Methods inherited from class gherkin.formatter.Mappable
toMap
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tag

public Tag(String name,
           Integer line)
Method Detail

getName

public String getName()

getLine

public Integer getLine()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013. All rights reserved.