public class TextElement extends Element<java.lang.String>
| Constructor and Description |
|---|
TextElement() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getValue()
The value of a Text element is a string.
|
int |
hashCode() |
void |
setValue(java.lang.String value)
The value of a Text element is a string.
|
java.lang.String |
toString() |
getCodeName, getName, getParent, getType, setCodeName, setName, setParent, setTypepublic java.lang.String getValue()
public void setValue(java.lang.String value)
value - Sets the value of this.public boolean equals(java.lang.Object o)
protected boolean canEqual(java.lang.Object other)