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