Enum Class DataEngineEventType

java.lang.Object
java.lang.Enum<DataEngineEventType>
org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventType
All Implemented Interfaces:
Serializable, Comparable<DataEngineEventType>, Constable

public enum DataEngineEventType extends Enum<DataEngineEventType> implements Serializable
DataEngineEventType describes the different types of events can be consumed by the Data Engine OMAS. Events are limited to assets that are in the zones listed in the supportedZones property passed to the Data Engine OMAS at start up (a null value here means all zones).
  • Enum Constant Details

  • Method Details

    • values

      public static DataEngineEventType[] 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

      public static DataEngineEventType valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • toString

      public String toString()
      Overrides:
      toString in class Enum<DataEngineEventType>
    • getEventTypeCode

      public int getEventTypeCode()
      Return the int identifier used for indexing based on the enum.
      Returns:
      eventTypeCode identifier code
    • getEventTypeName

      public String getEventTypeName()
      Return the string name used for messages that include the enum.
      Returns:
      event type name
    • getEventTypeDescription

      public String getEventTypeDescription()
      Return the default description for the enum value - used when natural resource bundle is not available.
      Returns:
      default description