Enum AssetLineageEventType

  • All Implemented Interfaces:
    Serializable, Comparable<AssetLineageEventType>

    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).
    • Method Detail

      • values

        public static AssetLineageEventType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (AssetLineageEventType c : AssetLineageEventType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static AssetLineageEventType valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type 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