org.n52.oxf.valueDomains
Class OpenValueDomain

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

public class OpenValueDomain
extends Object
implements IValueDomain


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
Returns:
if the value t is part of this value domain.

getDomainDescription

public String getDomainDescription()
Specified by:
getDomainDescription in interface IValueDomain
Returns:
plain text description of this valueDomain.

produceValue

public Object produceValue(String... stringArray)
Specified by:
produceValue in interface IValueDomain

toXML

public String toXML()
Specified by:
toXML in interface IValueDomain
Returns:
a XML representation of this ValueDomain.


Copyright © 2005 - 2010 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.