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

org.deegree.owscommon_new
Class OperationsMetadata

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

public class OperationsMetadata
extends Object

OperationsMetadata stores the contents of a OperationsMetadata element according to the OWS common specification version 1.0.0.

Since:
2.0
Version:
2.0, $Revision: 9346 $, $Date: 2007-12-27 17:39:07 +0100 (Do, 27 Dez 2007) $
Author:
Andreas Schmitz, last edited by: $Author: apoth $

Constructor Summary
OperationsMetadata(List<Parameter> parameters, List<DomainType> constraints, List<Operation> operations, List<Object> operatesOn)
          Standard constructor that initializes all encapsulated data.
 
Method Summary
 DomainType getConstraint(QualifiedName name)
           
 List<DomainType> getConstraints()
           
 List<Object> getOperatesOn()
           
 Operation getOperation(QualifiedName name)
           
 List<Operation> getOperations()
           
 Parameter getParameter(QualifiedName name)
           
 List<Parameter> getParameters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationsMetadata

public OperationsMetadata(List<Parameter> parameters,
                          List<DomainType> constraints,
                          List<Operation> operations,
                          List<Object> operatesOn)
Standard constructor that initializes all encapsulated data.

Parameters:
parameters -
constraints -
operations -
operatesOn -
Method Detail

getConstraints

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

getOperations

public List<Operation> getOperations()
Returns:
Returns the operations.

getParameters

public 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.

getOperation

public Operation getOperation(QualifiedName name)
Parameters:
name -
Returns:
the Operation with the specified name or null, if there is no operation with that name.

getOperatesOn

public List<Object> getOperatesOn()
Returns:
Returns the operatesOn.

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