org.deegree.protocol.wfs.query
Class ProjectionClause

java.lang.Object
  extended by org.deegree.protocol.wfs.query.ProjectionClause

public class ProjectionClause
extends Object

A ValueReference that is requested to be included in a Query response.

Version:
$Revision: $, $Date: $
Author:
Markus Schneider, last edited by: $Author: schneider $

Constructor Summary
ProjectionClause(ValueReference propertyName, ResolveParams resolveParams, ValueReference resolvePath)
          Creates a new ProjectionClause instance.
 
Method Summary
 ValueReference getPropertyName()
          Returns the targeted property name.
 ResolveParams getResolveParams()
          Returns the parameters that control the resolution of references in the response.
 ValueReference getResolvePath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectionClause

public ProjectionClause(ValueReference propertyName,
                        ResolveParams resolveParams,
                        ValueReference resolvePath)
Creates a new ProjectionClause instance.

Parameters:
propertyName - name of the targeted property, must not be null
resolveParams - parameters for controlling the resolution of references of the result set, may be null
resolvePath - ....may be null
Method Detail

getPropertyName

public ValueReference getPropertyName()
Returns the targeted property name.

Returns:
the targeted property name, never null

getResolveParams

public ResolveParams getResolveParams()
Returns the parameters that control the resolution of references in the response.

Returns:
reference resolution control parameters, never null

getResolvePath

public ValueReference getResolvePath()


Copyright © 2011. All Rights Reserved.