public interface Interval
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Object value) |
String |
getDescription(Locale l) |
Domain |
getDomain() |
List |
getValues(DataProperty p)
Get the property values belonging to this interval.
|
void |
setDomain(Domain d) |
Domain getDomain()
void setDomain(Domain d)
boolean contains(Object value)
List getValues(DataProperty p)
p - The property which values are to be to obtained.Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.