Dashboard Builder Data Provider API 6.0.0.Beta1

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.


Method Summary
 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)
           
 

Method Detail

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.

Dashboard Builder Data Provider API 6.0.0.Beta1

Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.