Enum Class AssetLineageEventType

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

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

  • Method Details

    • values

      public static AssetLineageEventType[] 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 AssetLineageEventType 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
    • getEventTypeCode

      public int getEventTypeCode()
      Gets event type code.
      Returns:
      the event type code
    • getEventTypeName

      public String getEventTypeName()
      Gets event type name.
      Returns:
      the event type name
    • getEventTypeDescription

      public String getEventTypeDescription()
      Gets event type description.
      Returns:
      the event type description
    • getByEventTypeName

      public static AssetLineageEventType getByEventTypeName(String eventTypeName)