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: 9346 $, $Date: 2007-12-27 17:39:07 +0100 (Do, 27 Dez 2007) $
- Author:
- Andreas Schmitz, last edited by: $Author: apoth $
Constructor Summary |
DomainType(boolean optional,
boolean repeatable,
String description,
int direction,
QualifiedName name,
List<TypedLiteral> values,
List<Interval> ranges,
TypedLiteral defaultValue,
boolean anyValueAllowed,
String meaning,
boolean noValuesAllowed,
CoordinateSystem referenceSystem,
QualifiedName unitOfMeasure,
Values valueList,
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,
String description,
int direction,
QualifiedName name,
List<TypedLiteral> values,
List<Interval> ranges,
TypedLiteral defaultValue,
boolean anyValueAllowed,
String meaning,
boolean noValuesAllowed,
CoordinateSystem referenceSystem,
QualifiedName unitOfMeasure,
Values valueList,
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 String getMeaning()
- Returns:
- Returns the meaning.
getMetadata
public Object getMetadata()
- Returns:
- Returns the metadata.
getName
public QualifiedName getName()
- Returns:
- Returns the name.
areNoValuesAllowed
public boolean areNoValuesAllowed()
- Returns:
- Returns the noValuesAllowed.
getRanges
public 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 List<TypedLiteral> getValues()
- Returns:
- Returns the values.
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net