| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE |
| Constructor and Description |
|---|
StringValue(String text)
Constructs a
StringValue object representing a string. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Indicates whether some other object is "equal to" this one.
|
int |
hashCode()
Returns zero to satisfy the Object equals/hashCode contract.
|
getBinary, getBoolean, getDate, getDecimal, getDouble, getLong, getStream, getString, getTypepublic static final int TYPE
public StringValue(String text)
StringValue object representing a string.text - the string this StringValue should representpublic boolean equals(Object obj)
The result is true if and only if the argument is not
null and is a StringValue object that
represents the same value as this object.
public int hashCode()
hashCode in class ObjectObject.hashCode()Copyright © 2010 - 2020 Adobe. All Rights Reserved