org.n52.oxf.valueDomains
Class StringOpenValueDomain
java.lang.Object
org.n52.oxf.valueDomains.StringOpenValueDomain
- All Implemented Interfaces:
- IValueDomain<String>
public class StringOpenValueDomain
- extends Object
- implements IValueDomain<String>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringOpenValueDomain
public StringOpenValueDomain()
getDomainDescription
public String getDomainDescription()
- Specified by:
getDomainDescription
in interface IValueDomain<String>
- Returns:
- plain text description of this valueDomain.
produceValue
public String produceValue(String... stringArray)
- Specified by:
produceValue
in interface IValueDomain<String>
toXML
public String toXML()
- Specified by:
toXML
in interface IValueDomain<String>
- Returns:
- a XML representation of this ValueDomain.
containsValue
public boolean containsValue(String t)
- Specified by:
containsValue
in interface IValueDomain<String>
- Returns:
- if the value t is part of this value domain.
Copyright © 2012-2013 52north.org. All Rights Reserved.