|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRelationalInterval
Interval carrying a list of relations.
| Field Summary | |
|---|---|
static java.lang.String |
RELATIONS
relation property name constant. |
| Fields inherited from interface de.jaret.util.date.Interval |
|---|
PROP_BEGIN, PROP_END |
| Method Summary | |
|---|---|
void |
addRelation(IIntervalRelation relation)
Add an interval relation. |
java.util.List<IIntervalRelation> |
getRelations()
Retrieve all relations of the interval. |
void |
removeRelation(IIntervalRelation relation)
Remove a relation. |
| Methods inherited from interface de.jaret.util.date.Interval |
|---|
contains, contains, getBegin, getEnd, getSeconds, intersects, setBegin, setEnd |
| Methods inherited from interface de.jaret.util.misc.PropertyObservable |
|---|
addPropertyChangeListener, removePropertyChangeListener |
| Field Detail |
|---|
static final java.lang.String RELATIONS
| Method Detail |
|---|
java.util.List<IIntervalRelation> getRelations()
void addRelation(IIntervalRelation relation)
relation - relation to be addedvoid removeRelation(IIntervalRelation relation)
relation - relation to be removed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||