org.deegree.owscommon_1_1_0
Class Operation
java.lang.Object
  
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: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Thu, 18 Jun 2009) $
 
- Author:
 
  - Rutger Bezema, last edited by: $Author: mschneider $
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Operation
public Operation(List<Pair<String,List<DomainType>>> getURLs,
                 List<Pair<String,List<DomainType>>> postURLs,
                 List<DomainType> parameters,
                 List<DomainType> constraints,
                 List<Metadata> metadataAttribs,
                 String name)
- Parameters:
 getURLs - and their constraintspostURLs - and their constraintsparameters - constraints - metadataAttribs - list containing metadatas.name - 
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<Metadata> getMetadataAttribs()
- Returns:
 - the metadataAttribs may be empty but will never be 
null. 
 
getName
public final String getName()
- Returns:
 - the name.
 
 
                an open source project founded by lat/lon, Bonn, Germany.
                    For more information visit: http://www.deegree.org