com.tngtech.jgiven.report.model
Class Word

java.lang.Object
  extended by com.tngtech.jgiven.report.model.Word

public class Word
extends Object


Field Summary
 boolean isIntroWord
           
 String value
           
 
Constructor Summary
Word()
           
Word(String value)
           
Word(String value, boolean isIntroWord)
           
 
Method Summary
 void append(String word)
           
static Word argWord(String value)
           
 boolean equals(Object obj)
           
 ArgumentInfo getArgumentInfo()
           
 int hashCode()
           
static Word introWord(String value)
           
 boolean isArg()
           
 void setValue(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public String value

isIntroWord

public boolean isIntroWord
Constructor Detail

Word

public Word()

Word

public Word(String value)

Word

public Word(String value,
            boolean isIntroWord)
Method Detail

argWord

public static Word argWord(String value)

introWord

public static Word introWord(String value)

setValue

public void setValue(String name)

append

public void append(String word)

isArg

public boolean isArg()

getArgumentInfo

public ArgumentInfo getArgumentInfo()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2014 TNG Technology Consulting. All rights reserved.