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