public class JDOObject extends Object implements JDOValueIF
| Modifier and Type | Field and Description |
|---|---|
protected Object |
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. |
Object |
getValue() |
Class |
getValueType() |
int |
hashCode() |
String |
toString() |
void |
visit(JDOVisitorIF visitor)
INTERNAL: Allows the value to be visited.
|
protected Object value
public JDOObject(Object value)
public int getType()
JDOValueIFJDOValueIF interface.getType in interface JDOValueIFpublic Class getValueType()
public Object getValue()
public void visit(JDOVisitorIF visitor)
JDOValueIFvisit in interface JDOValueIF