Uses of Enum Class
ddf.catalog.pubsub.EventProcessorImpl.DateType
Packages that use EventProcessorImpl.DateType
-
Uses of EventProcessorImpl.DateType in ddf.catalog.pubsub
Methods in ddf.catalog.pubsub that return EventProcessorImpl.DateTypeModifier and TypeMethodDescriptionstatic EventProcessorImpl.DateTypeEventProcessorImpl.DateType.getDateType(String attr) static EventProcessorImpl.DateTypeReturns the enum constant of this class with the specified name.static EventProcessorImpl.DateType[]EventProcessorImpl.DateType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EventProcessorImpl.DateType in ddf.catalog.pubsub.predicate
Methods in ddf.catalog.pubsub.predicate that return EventProcessorImpl.DateTypeConstructors in ddf.catalog.pubsub.predicate with parameters of type EventProcessorImpl.DateTypeModifierConstructorDescriptionTemporalPredicate(long offset, EventProcessorImpl.DateType type) TemporalPredicate(Date start, Date end, EventProcessorImpl.DateType type) Instantiates a new temporal predicate.