|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.n52.oxf.valueDomains.DoubleDiscreteValueDomain
public class DoubleDiscreteValueDomain
| Constructor Summary | |
|---|---|
DoubleDiscreteValueDomain(ArrayList<Double> possibleValues)
Constructor with discrete Values |
|
| Method Summary | |
|---|---|
boolean |
containsValue(Double d)
tests whether a double value is contained in this valueDomain |
String |
getDomainDescription()
gives a description of this ValueDomain |
ArrayList |
getPossibleValues()
returns the discrete Values of the DoubleValueDomain |
Double |
produceValue(String... stringArray)
|
String |
toXML()
creates an XML-String of the ValueDomain |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DoubleDiscreteValueDomain(ArrayList<Double> possibleValues)
possibleValues - ArrayList with discrete Values| Method Detail |
|---|
public ArrayList getPossibleValues()
getPossibleValues in interface IDiscreteValueDomain<Double>public String getDomainDescription()
getDomainDescription in interface IValueDomain<Double>public boolean containsValue(Double d)
containsValue in interface IValueDomain<Double>d - the value which has to be tested
public String toXML()
toXML in interface IValueDomain<Double>public Double produceValue(String... stringArray)
produceValue in interface IValueDomain<Double>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||