org.deegree.owscommon_new
Class DomainType
java.lang.Object
org.deegree.owscommon_new.Parameter
org.deegree.owscommon_new.DomainType
public class DomainType
- extends Parameter
DomainType
is describes the domain of a parameter according to the OWS common
specification 1.0.0. It also implements quite a few extensions.
- 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 |
DomainType(boolean optional,
boolean repeatable,
java.lang.String description,
int direction,
QualifiedName name,
java.util.List<TypedLiteral> values,
java.util.List<Interval> ranges,
TypedLiteral defaultValue,
boolean anyValueAllowed,
java.lang.String meaning,
boolean noValuesAllowed,
CoordinateSystem referenceSystem,
QualifiedName unitOfMeasure,
Values valueList,
java.lang.Object metadata)
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 |
DomainType
public DomainType(boolean optional,
boolean repeatable,
java.lang.String description,
int direction,
QualifiedName name,
java.util.List<TypedLiteral> values,
java.util.List<Interval> ranges,
TypedLiteral defaultValue,
boolean anyValueAllowed,
java.lang.String meaning,
boolean noValuesAllowed,
CoordinateSystem referenceSystem,
QualifiedName unitOfMeasure,
Values valueList,
java.lang.Object metadata)
- Standard constructor that initializes all encapsulated data.
- Parameters:
optional
- repeatable
- description
- direction
- name
- values
- ranges
- defaultValue
- anyValueAllowed
- meaning
- noValuesAllowed
- referenceSystem
- unitOfMeasure
- valueList
- metadata
-
isAnyValueAllowed
public boolean isAnyValueAllowed()
- Returns:
- Returns whether any value is allowed.
getDefaultValue
public TypedLiteral getDefaultValue()
- Returns:
- Returns the defaultValue.
getMeaning
public java.lang.String getMeaning()
- Returns:
- Returns the meaning.
getMetadata
public java.lang.Object getMetadata()
- Returns:
- Returns the metadata.
getName
public QualifiedName getName()
- Returns:
- Returns the name.
areNoValuesAllowed
public boolean areNoValuesAllowed()
- Returns:
- Returns the noValuesAllowed.
getRanges
public java.util.List<Interval> getRanges()
- Returns:
- Returns the ranges.
getReferenceSystem
public CoordinateSystem getReferenceSystem()
- Returns:
- Returns the referenceSystem.
getUnitOfMeasure
public QualifiedName getUnitOfMeasure()
- Returns:
- Returns the unitOfMeasure.
getValueList
public Values getValueList()
- Returns:
- Returns the valueList.
getValues
public java.util.List<TypedLiteral> getValues()
- Returns:
- Returns the values.
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org