Uses of Enum
com.flexganttfx.model.repository.ListActivityRepository.IteratorType
Packages that use ListActivityRepository.IteratorType
-
Uses of ListActivityRepository.IteratorType in com.flexganttfx.model.repository
Methods in com.flexganttfx.model.repository that return ListActivityRepository.IteratorTypeModifier and TypeMethodDescriptionListActivityRepository.getIteratorType()
Returns the iterator type that is being returned by the repository.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.Methods in com.flexganttfx.model.repository with parameters of type ListActivityRepository.IteratorTypeModifier and TypeMethodDescriptionfinal void
ListActivityRepository.setIteratorType
(ListActivityRepository.IteratorType iteratorType) Sets a different iterator type on this repository.Constructors in com.flexganttfx.model.repository with parameters of type ListActivityRepository.IteratorTypeModifierConstructorDescriptionListActivityRepository
(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.