public class JDOString extends Object implements JDOValueIF
Modifier and Type | Field and Description |
---|---|
protected String |
value |
COLLECTION, FIELD, FUNCTION, NATIVE_VALUE, NULL, OBJECT, PARAMETER, PRIMITIVE, STRING, VARIABLE
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getType()
INTERNAL: Returns the type of JDO value indicated by one of the
constants in the
JDOValueIF interface. |
String |
getValue() |
int |
hashCode() |
String |
toString() |
void |
visit(JDOVisitorIF visitor)
INTERNAL: Allows the value to be visited.
|
protected String value
public JDOString(String value)
public int getType()
JDOValueIF
JDOValueIF
interface.getType
in interface JDOValueIF
public String getValue()
public void visit(JDOVisitorIF visitor)
JDOValueIF
visit
in interface JDOValueIF