T
- T is the type of the values that are contained in and can be added to this IValueDomain.public interface IValueDomain<T>
Parameter
to lay down the domain of values which can be associated with the Parameter.Modifier and Type | Method and Description |
---|---|
boolean |
containsValue(T t) |
String |
getDomainDescription() |
T |
produceValue(String... stringArray) |
String |
toXML() |
boolean containsValue(T t)
t
- the value to checktrue
,if the value t is part of this value domain.String getDomainDescription()
String toXML()
Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.