Class AbstractTemporalFilterTest.FeatureTypeToPropertyAndValue

java.lang.Object
de.latlon.ets.wfs20.core.wfs20.testsuite.temporalfilter.AbstractTemporalFilterTest.FeatureTypeToPropertyAndValue
Enclosing class:
AbstractTemporalFilterTest

class AbstractTemporalFilterTest.FeatureTypeToPropertyAndValue extends Object
Encapsulates the FeatureType a date property of the feature type and the value range. None of them must be null!
Author:
Lyn Goltz
  • Constructor Details

    • FeatureTypeToPropertyAndValue

      public FeatureTypeToPropertyAndValue(QName featureType, org.apache.xerces.xs.XSElementDeclaration property, Calendar[] valueRange)
  • Method Details

    • getFeatureType

      public QName getFeatureType()
    • getProperty

      public org.apache.xerces.xs.XSElementDeclaration getProperty()
    • getValueRange

      public Calendar[] getValueRange()
    • toString

      public String toString()
      Overrides:
      toString in class Object