public class Segment
extends java.lang.Object
Constructor and Description |
---|
Segment() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
TextState |
getTextState()
Text state for the text that Segment object represents.
|
java.lang.String |
getValue()
Text that the Segment object represents.
|
int |
hashCode() |
void |
setTextState(TextState textState) |
void |
setValue(java.lang.String value) |
Segment |
textState(TextState textState) |
java.lang.String |
toString() |
Segment |
value(java.lang.String value) |
public Segment value(java.lang.String value)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public TextState getTextState()
public void setTextState(TextState textState)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object