net.ontopia.persistence.query.jdo
Class JDOParameter
java.lang.Object
net.ontopia.persistence.query.jdo.JDOParameter
- All Implemented Interfaces:
- JDOValueIF
public class JDOParameter
- extends Object
- implements JDOValueIF
INTERNAL: JDOQL value: parameter. Class used to reference
parameters by name. Syntax: 'PARAMETER'.
name
protected String name
JDOParameter
public JDOParameter(String name)
getType
public int getType()
- Description copied from interface:
JDOValueIF
- INTERNAL: Returns the type of JDO value indicated by one of the
constants in the
JDOValueIF
interface.
- Specified by:
getType
in interface JDOValueIF
getName
public String getName()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
visit
public void visit(JDOVisitorIF visitor)
- Description copied from interface:
JDOValueIF
- INTERNAL: Allows the value to be visited. This method is used for
retrieval of nested data in expressions.
- Specified by:
visit
in interface JDOValueIF
Copyright © 2000-2012 Ontopia.