org.jboss.dashboard.domain
Class AbstractInterval
java.lang.Object
org.jboss.dashboard.domain.AbstractInterval
- All Implemented Interfaces:
- Comparable, Interval
public abstract class AbstractInterval
- extends Object
- implements Interval, Comparable
Base class for the implementation of the different Interval classes.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
domain
protected Domain domain
AbstractInterval
public AbstractInterval()
getDomain
public Domain getDomain()
- Specified by:
getDomain in interface Interval
setDomain
public void setDomain(Domain domain)
- Specified by:
setDomain in interface Interval
getValues
public List getValues(DataProperty p)
- Description copied from interface:
Interval
- Get the property values belonging to this interval.
- Specified by:
getValues in interface Interval
- Parameters:
p - The property which values are to be to obtained.
compareTo
public int compareTo(Object o)
- Specified by:
compareTo in interface Comparable
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.