org.deegree.owscommon_new
Class Operation
java.lang.Object
org.deegree.owscommon_new.Operation
public class Operation
- extends 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: 9346 $, $Date: 2007-12-27 17:39:07 +0100 (Do, 27 Dez 2007) $
- Author:
- Andreas Schmitz, last edited by: $Author: apoth $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Operation
public Operation(QualifiedName name,
List<DCP> dcpList,
List<Parameter> parameters,
List<DomainType> constraints,
Object metadata,
String description)
- Standard constructor that initializes all encapsulated data.
- Parameters:
name
- dcpList
- parameters
- constraints
- metadata
- description
-
getConstraints
public List<DomainType> getConstraints()
- Returns:
- Returns the constraints.
getDCP
public List<DCP> getDCP()
- Returns:
- Returns the dCP.
getDescription
public String getDescription()
- Returns:
- Returns the description.
getMetadata
public Object getMetadata()
- Returns:
- Returns the metadata.
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 DomainType
s.
getName
public QualifiedName getName()
- Returns:
- Returns the name.
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net