public class ObjectValueDomain extends Object implements IDiscreteValueDomain<Object>
Constructor and Description |
---|
ObjectValueDomain(List<Object> possibleValues) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsValue(Object object) |
String |
getDomainDescription() |
List<Object> |
getPossibleValues() |
Object |
produceValue(String... stringArray) |
String |
toXML() |
public List<Object> getPossibleValues()
getPossibleValues
in interface IDiscreteValueDomain<Object>
public boolean containsValue(Object object)
containsValue
in interface IValueDomain<Object>
object
- the value to checktrue
,if the value t is part of this value domain.public String getDomainDescription()
getDomainDescription
in interface IValueDomain<Object>
public String toXML()
toXML
in interface IValueDomain<Object>
public Object produceValue(String... stringArray)
produceValue
in interface IValueDomain<Object>
Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.