Package | Description |
---|---|
com.flexganttfx.model.repository |
Classes related to activity repositories.
|
Modifier and Type | Method and Description |
---|---|
ListActivityRepository.IteratorType |
ListActivityRepository.getIteratorType()
Returns the iterator type that is being returned by the repository.
|
static ListActivityRepository.IteratorType |
ListActivityRepository.IteratorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListActivityRepository.IteratorType[] |
ListActivityRepository.IteratorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ListActivityRepository.setIteratorType(ListActivityRepository.IteratorType iteratorType)
Sets a different iterator type on this repository.
|
Constructor and Description |
---|
ListActivityRepository(ListActivityRepository.IteratorType iteratorType)
Constructs a new repository that returns an iterator of the specified type
when the application queries the repository for the activities within a specific
time interval.
|
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.