org.deegree.io.datastore.sql.wherebuilder
Class SimplePropertyNode
java.lang.Object
org.deegree.io.datastore.sql.wherebuilder.AbstractPropertyNode
org.deegree.io.datastore.sql.wherebuilder.SimplePropertyNode
- All Implemented Interfaces:
- PropertyNode
public class SimplePropertyNode
- extends AbstractPropertyNode
Represents a MappedSimplePropertyType
as a node in a QueryTableTree
.
- Version:
- $Revision: 9342 $, $Date: 2007-12-27 13:32:57 +0100 (Do, 27 Dez 2007) $
- Author:
- Markus Schneider , last edited by: $Author: apoth $
Method Summary |
String |
toString(String indent)
Returns an indented string representation of the object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimplePropertyNode
public SimplePropertyNode(MappedSimplePropertyType property,
FeatureTypeNode parent,
String[] tableAliases)
- Creates a new
SimplePropertyNode
instance from the given parameters.
- Parameters:
property
- the property that this node represents in the query treeparent
- the parent feature type nodetableAliases
- the aliases for the tables that lead from the parent feature type node's table to
the table where the property's value is stored
toString
public String toString(String indent)
- Description copied from class:
AbstractPropertyNode
- Returns an indented string representation of the object.
- Specified by:
toString
in interface PropertyNode
- Specified by:
toString
in class AbstractPropertyNode
- Parameters:
indent
- current indentation (contains spaces to be prepended)
- Returns:
- an indented string representation of the object
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net