org.n52.oxf.valueDomains
Class OpenValueDomain

java.lang.Object
  extended by org.n52.oxf.valueDomains.OpenValueDomain
All Implemented Interfaces:
IValueDomain<Object>

public class OpenValueDomain
extends Object
implements IValueDomain<Object>


Constructor Summary
OpenValueDomain()
           
 
Method Summary
 boolean containsValue(Object t)
           
 String getDomainDescription()
           
 Object produceValue(String... stringArray)
           
 String toXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenValueDomain

public OpenValueDomain()
Method Detail

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.