org.n52.oxf.valueDomains
Class StringOpenValueDomain

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

public class StringOpenValueDomain
extends Object
implements IValueDomain<String>


Constructor Summary
StringOpenValueDomain()
           
 
Method Summary
 boolean containsValue(String t)
           
 String getDomainDescription()
           
 String 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

StringOpenValueDomain

public StringOpenValueDomain()
Method Detail

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.