|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.protocol.wfs.query.StandardPresentationParams
public class StandardPresentationParams
Encapsulates standard parameters for controlling the presentation of Query results.
| Constructor Summary | |
|---|---|
StandardPresentationParams(BigInteger startIndex,
BigInteger count,
ResultType resultType,
String outputFormat)
|
|
| Method Summary | |
|---|---|
BigInteger |
getCount()
Returns the limit for the number of returned results. |
String |
getOutputFormat()
Returns the requested output format. |
ResultType |
getResultType()
Returns the requested query mode (result or hits). |
BigInteger |
getStartIndex()
Returns the index within the result set from which the server shall begin returning results. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StandardPresentationParams(BigInteger startIndex,
BigInteger count,
ResultType resultType,
String outputFormat)
| Method Detail |
|---|
public BigInteger getStartIndex()
null (unspecified)public BigInteger getCount()
null (unspecified)public ResultType getResultType()
null (unspecified)public String getOutputFormat()
null if unspecified
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||