org.n52.oxf.ows.capabilities
Interface IDiscreteValueDomain<T>

All Superinterfaces:
IValueDomain<T>
All Known Implementing Classes:
DoubleDiscreteValueDomain, FilterValueDomain, IntegerDiscreteValueDomain, ObjectValueDomain, SpatialDomain, StringValueDomain, TemporalValueDomain

public interface IDiscreteValueDomain<T>
extends IValueDomain<T>

Author:
Arne Broering

Method Summary
 List<T> getPossibleValues()
           
 
Methods inherited from interface org.n52.oxf.ows.capabilities.IValueDomain
containsValue, getDomainDescription, produceValue, toXML
 

Method Detail

getPossibleValues

List<T> getPossibleValues()
Returns:
all possible values of this DiscreteValueDomain.


Copyright © 2012-2013 52north.org. All Rights Reserved.