deegree 2.2 (2008/12/22 11:33 build-3038-official)

org.deegree.owscommon_1_1_0
Class Operation

java.lang.Object
  extended by org.deegree.owscommon_1_1_0.Operation

public class Operation
extends Object

Operation encapsulation of the operationMetadat/operation of ows 1.0.0.

Version:
$Revision:$, $Date:$
Author:
Rutger Bezema, last edited by: $Author:$

Constructor Summary
Operation(List<Pair<String,List<DomainType>>> getURLs, List<Pair<String,List<DomainType>>> postURLs, List<DomainType> parameters, List<DomainType> constraints, List<Pair<String,String>> metadataAttribs, String name)
           
 
Method Summary
 List<DomainType> getConstraints()
           
 List<Pair<String,List<DomainType>>> getGetURLs()
           
 List<Pair<String,String>> getMetadataAttribs()
           
 String getName()
           
 List<DomainType> getParameters()
           
 List<Pair<String,List<DomainType>>> getPostURLs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Operation

public Operation(List<Pair<String,List<DomainType>>> getURLs,
                 List<Pair<String,List<DomainType>>> postURLs,
                 List<DomainType> parameters,
                 List<DomainType> constraints,
                 List<Pair<String,String>> metadataAttribs,
                 String name)
Parameters:
getURLs - and their constraints
postURLs - and their constraints
parameters -
constraints -
metadataAttribs - list containing <xlink:href,about> pairs.
name -
Method Detail

getGetURLs

public final List<Pair<String,List<DomainType>>> getGetURLs()
Returns:
the getURLs.

getPostURLs

public final List<Pair<String,List<DomainType>>> getPostURLs()
Returns:
the postURLs.

getConstraints

public final List<DomainType> getConstraints()
Returns:
the constraints.

getParameters

public final List<DomainType> getParameters()
Returns:
the parameters.

getMetadataAttribs

public final List<Pair<String,String>> getMetadataAttribs()
Returns:
the metadataAttribs <xlink:href,about> or either may be null.

getName

public final String getName()
Returns:
the name.

deegree 2.2 (2008/12/22 11:33 build-3038-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net