deegree 2.5 (2011/06/29 09:44 build-8-official)

org.deegree.owscommon_new
Class Operation

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

public class Operation
extends java.lang.Object

Operation stores the contents of an Operation element according to the OWS common specification version 1.0.0.

Since:
2.0
Version:
2.0, $Revision: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Do, 18 Jun 2009) $
Author:
Andreas Schmitz, last edited by: $Author: mschneider $

Constructor Summary
Operation(QualifiedName name, java.util.List<DCP> dcpList, java.util.List<Parameter> parameters, java.util.List<DomainType> constraints, java.lang.Object metadata, java.lang.String description)
          Standard constructor that initializes all encapsulated data.
 
Method Summary
 DomainType getConstraint(QualifiedName name)
           
 java.util.List<DomainType> getConstraints()
           
 java.util.List<DCP> getDCP()
           
 java.lang.String getDescription()
           
 java.lang.Object getMetadata()
           
 QualifiedName getName()
           
 Parameter getParameter(QualifiedName name)
           
 java.util.List<Parameter> getParameters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Operation

public Operation(QualifiedName name,
                 java.util.List<DCP> dcpList,
                 java.util.List<Parameter> parameters,
                 java.util.List<DomainType> constraints,
                 java.lang.Object metadata,
                 java.lang.String description)
Standard constructor that initializes all encapsulated data.

Parameters:
name -
dcpList -
parameters -
constraints -
metadata -
description -
Method Detail

getConstraints

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

getDCP

public java.util.List<DCP> getDCP()
Returns:
Returns the dCP.

getDescription

public java.lang.String getDescription()
Returns:
Returns the description.

getMetadata

public java.lang.Object getMetadata()
Returns:
Returns the metadata.

getParameters

public java.util.List<Parameter> getParameters()
Returns:
Returns the parameters.

getConstraint

public DomainType getConstraint(QualifiedName name)
Parameters:
name -
Returns:
the DomainType with the specified name or null, if there is no constraint with that name.

getParameter

public Parameter getParameter(QualifiedName name)
Parameters:
name -
Returns:
the Parameter with the specified name or null, if there is no parameter with that name. This method only tests Parameters that are DomainTypes.

getName

public QualifiedName getName()
Returns:
Returns the name.

deegree 2.5 (2011/06/29 09:44 build-8-official)

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