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