Enum Class DigitalArchitectureEventType
java.lang.Object
java.lang.Enum<DigitalArchitectureEventType>
org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureEventType
- All Implemented Interfaces:
Serializable
,Comparable<DigitalArchitectureEventType>
,Constable
public enum DigitalArchitectureEventType
extends Enum<DigitalArchitectureEventType>
implements Serializable
DigitalArchitectureEventType describes the different types of events produced by the Digital Architecture OMAS.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionint
Return the int identifier used for indexing based on the enum.Return the default description for the enum value - used when natural resource bundle is not available.Return the string name used for messages that include the enum.toString()
JSON-style toStringstatic DigitalArchitectureEventType
Returns the enum constant of this class with the specified name.static DigitalArchitectureEventType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN_EVENT
-
REFRESH_ELEMENT_EVENT
-
NEW_ELEMENT_CREATED
-
ELEMENT_UPDATED
-
ELEMENT_DELETED
-
ELEMENT_CLASSIFIED
-
ELEMENT_RECLASSIFIED
-
ELEMENT_DECLASSIFIED
-
ELEMENT_RESTORED
-
ELEMENT_GUID_CHANGED
-
ELEMENT_TYPE_CHANGED
-
ELEMENT_HOME_CHANGED
-
-
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
-
getEventTypeCode
public int getEventTypeCode()Return the int identifier used for indexing based on the enum.- Returns:
- int identifier code
-
getEventTypeName
Return the string name used for messages that include the enum.- Returns:
- String name
-
getEventTypeDescription
Return the default description for the enum value - used when natural resource bundle is not available.- Returns:
- String default description
-
toString
JSON-style toString- Overrides:
toString
in classEnum<DigitalArchitectureEventType>
- Returns:
- return string containing the property names and values
-