Enum Class EventProcessorImpl.DateType

java.lang.Object
java.lang.Enum<EventProcessorImpl.DateType>
ddf.catalog.pubsub.EventProcessorImpl.DateType
All Implemented Interfaces:
Serializable, Comparable<EventProcessorImpl.DateType>, Constable
Enclosing class:
EventProcessorImpl

public static enum EventProcessorImpl.DateType extends Enum<EventProcessorImpl.DateType>
Enumeration of metacard Date attributes that can be used for subscriptions. In order to use metacard attribute names for getting DateType values, getDateType(String) should be used. To get the metacard attribute name for a DateType, getAttributeName() should be used, where "dt" is an instance of DateType.

The standard valueOf(String) and Enum.name() enum methods will not use the names of the attributes as they appear on the metacard, but as they appear in the enum class as defined below.