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