Enum Class BitolSupportTool

java.lang.Object
java.lang.Enum<BitolSupportTool>
org.odpi.openmetadata.frameworks.integration.bitol.common.BitolSupportTool
All Implemented Interfaces:
Serializable, Comparable<BitolSupportTool>, Constable

public enum BitolSupportTool extends Enum<BitolSupportTool>
BitolSupportTool lists the standard tools that host a support or communication channel. The Bitol standards carry these values as strings, and permit additional values, so the beans hold the string and this enumeration documents the standard values and provides a lookup.
  • Enum Constant Details

    • EMAIL

      public static final BitolSupportTool EMAIL
      An email address or distribution list.
    • SLACK

      public static final BitolSupportTool SLACK
      A Slack channel.
    • TEAMS

      public static final BitolSupportTool TEAMS
      A Microsoft Teams channel.
    • DISCORD

      public static final BitolSupportTool DISCORD
      A Discord channel.
    • TICKET

      public static final BitolSupportTool TICKET
      A ticketing (issue tracking) system.
    • GOOGLE_CHAT

      public static final BitolSupportTool GOOGLE_CHAT
      A Google Chat space.
    • OTHER

      public static final BitolSupportTool OTHER
      A tool not covered by the other values.
  • Method Details

    • values

      public static BitolSupportTool[] 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 BitolSupportTool 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
    • getValue

      public String getValue()
      Return the string used in the document.
      Returns:
      string value
    • getDescription

      public String getDescription()
      Return the description of the meaning of the value.
      Returns:
      string description
    • fromValue

      public static BitolSupportTool fromValue(String value)
      Return the enumeration that matches the supplied document value (case-insensitive).
      Parameters:
      value - string from the document
      Returns:
      matching enumeration or null if the value is not one of the standard values
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class Enum<BitolSupportTool>
      Returns:
      print out of variables in a JSON-style