|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.protocol.wfs.query.ProjectionClause
public class ProjectionClause
A ValueReference
that is requested to be included in a Query
response.
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 |
---|
public ProjectionClause(ValueReference propertyName, ResolveParams resolveParams, ValueReference resolvePath)
ProjectionClause
instance.
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 |
---|
public ValueReference getPropertyName()
null
public ResolveParams getResolveParams()
null
public ValueReference getResolvePath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |