public class FilterValueDomain extends Object implements IDiscreteValueDomain<IFilter>
Constructor and Description |
---|
FilterValueDomain() |
Modifier and Type | Method and Description |
---|---|
void |
addPossibleValue(IFilter possibleValue) |
boolean |
containsValue(IFilter filter)
checks if a filter (exactly: only the filterType) is contained in the possible filters (or exactly:
filterTypes)
|
String |
getDomainDescription() |
List<IFilter> |
getPossibleValues() |
IFilter |
produceValue(String... stringArray) |
String |
toXML() |
public void addPossibleValue(IFilter possibleValue)
public List<IFilter> getPossibleValues()
getPossibleValues
in interface IDiscreteValueDomain<IFilter>
public boolean containsValue(IFilter filter)
containsValue
in interface IValueDomain<IFilter>
filter
- the filter which should be checkedpublic String getDomainDescription()
getDomainDescription
in interface IValueDomain<IFilter>
public String toXML()
toXML
in interface IValueDomain<IFilter>
public IFilter produceValue(String... stringArray)
produceValue
in interface IValueDomain<IFilter>
Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.