Enum Class OMRSTypeDefEventType

java.lang.Object
java.lang.Enum<OMRSTypeDefEventType>
org.odpi.openmetadata.repositoryservices.events.OMRSTypeDefEventType
All Implemented Interfaces:
Serializable, Comparable<OMRSTypeDefEventType>, Constable

public enum OMRSTypeDefEventType extends Enum<OMRSTypeDefEventType> implements Serializable
OMRSTypeDefEventType defines the different types of TypeDef events in the open metadata repository services protocol:
  • Enum Constant Details

  • Method Details

    • values

      public static OMRSTypeDefEventType[] 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 OMRSTypeDefEventType 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
    • getOrdinal

      public int getOrdinal()
      Return the int identifier used for indexing based on the enum.
      Returns:
      int identifier code
    • getName

      public String getName()
      Return the string name used for messages that include the enum.
      Returns:
      String name
    • getDescription

      public String getDescription()
      Return the default description for the enum value. This is used when natural resource bundle is not available.
      Returns:
      String default description
    • toString

      public String toString()
      toString() JSON-style
      Overrides:
      toString in class Enum<OMRSTypeDefEventType>
      Returns:
      string description