org.jboss.dashboard.domain
Interface Interval
- All Known Implementing Classes:
- AbstractInterval
public interface Interval
An interval contains a subset of the dataset values for a given domain property.
getDomain
Domain getDomain()
setDomain
void setDomain(Domain d)
contains
boolean contains(Object value)
getDescription
String getDescription(Locale l)
getValues
List getValues(DataProperty p)
- Get the property values belonging to this interval.
- Parameters:
p - The property which values are to be to obtained.
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.