org.deegree.owscommon_new
Class Parameter
java.lang.Object
  
org.deegree.owscommon_new.Parameter
- Direct Known Subclasses: 
 - DomainType
 
public abstract class Parameter
- extends Object
 
Parameter is an abstraction of DomainType
 according to the OWS common specification 1.0.0. It defines some
 elementary methods that are self explanatory.
- Since:
 
  - 2.0
 
- Version:
 
  - 2.0, $Revision: 6259 $, $Date: 2007-03-20 10:15:15 +0100 (Di, 20 Mär 2007) $
 
- Author:
 
  - Andreas Schmitz, last edited by: $Author: bezema $
 
- See Also:
 DomainType
| 
Constructor Summary | 
Parameter(boolean optional,
                   boolean repeatable,
                   String description,
                   int direction)
 
          Standard constructor that initializes all encapsulated data. | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Parameter
public Parameter(boolean optional,
                 boolean repeatable,
                 String description,
                 int direction)
- Standard constructor that initializes all encapsulated data.
- Parameters:
 optional - repeatable - description - direction - 
 
getDescription
public String getDescription()
- Returns:
 - the description.
 
 
getDirection
public int getDirection()
- Returns:
 - the direction.
 
 
isOptional
public boolean isOptional()
- Returns:
 - whether this parameter is optional.
 
 
isRepeatable
public boolean isRepeatable()
- Returns:
 - whether this parameter is repeatable (?).
 
 
				an open source project founded by lat/lon, Bonn, Germany.
					For more information visit: http://deegree.sourceforge.net