Package gov.usgs.earthquake.indexer
Enum Class IndexerChange.IndexerChangeType
java.lang.Object
java.lang.Enum<IndexerChange.IndexerChangeType>
gov.usgs.earthquake.indexer.IndexerChange.IndexerChangeType
- All Implemented Interfaces:
Serializable
,Comparable<IndexerChange.IndexerChangeType>
,Constable
- Enclosing class:
- IndexerChange
Enumeration of indexer event types.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionEnum for IndexerChangeType Event AddedEnum for IndexerChangeType Event ArchivedEnum for IndexerChangeType Event DeletedEnum for IndexerChangeType Event MergedEnum for IndexerChangeType Event SplitEnum for IndexerChangeType Event UpdatedEnum for IndexerChangeType Product AddedEnum for IndexerChangeType Product ArchivedEnum for IndexerChangeType Product DeletedEnum for IndexerChangeType Product Updated -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static IndexerChange.IndexerChangeType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EVENT_ADDED
Enum for IndexerChangeType Event Added -
EVENT_UPDATED
Enum for IndexerChangeType Event Updated -
EVENT_DELETED
Enum for IndexerChangeType Event Deleted -
EVENT_ARCHIVED
Enum for IndexerChangeType Event Archived -
EVENT_MERGED
Enum for IndexerChangeType Event Merged -
EVENT_SPLIT
Enum for IndexerChangeType Event Split -
PRODUCT_ADDED
Enum for IndexerChangeType Product Added -
PRODUCT_UPDATED
Enum for IndexerChangeType Product Updated -
PRODUCT_DELETED
Enum for IndexerChangeType Product Deleted -
PRODUCT_ARCHIVED
Enum for IndexerChangeType Product Archived
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-