Enum Class OpenMetadataConformanceStatus

java.lang.Object
java.lang.Enum<OpenMetadataConformanceStatus>
org.odpi.openmetadata.conformance.beans.OpenMetadataConformanceStatus
All Implemented Interfaces:
Serializable, Comparable<OpenMetadataConformanceStatus>, Constable

public enum OpenMetadataConformanceStatus extends Enum<OpenMetadataConformanceStatus> implements Serializable
OpenMetadataConformanceStatus is used to document the level of conformance to requirements (and hence profiles) detected by test cases.
  • Enum Constant Details

    • UNKNOWN_STATUS

      public static final OpenMetadataConformanceStatus UNKNOWN_STATUS
      There is not enough evidence to determine the conformance of the technology under test.
    • CONFORMANT_FULL_SUPPORT

      public static final OpenMetadataConformanceStatus CONFORMANT_FULL_SUPPORT
      The technology provides correctly functioning support for all features in this profile.
    • CONFORMANT_PARTIAL_SUPPORT

      public static final OpenMetadataConformanceStatus CONFORMANT_PARTIAL_SUPPORT
      The technology provides correctly functioning support for some of the features in this profile and responds appropriately for features it does not support.
    • CONFORMANT_NO_SUPPORT

      public static final OpenMetadataConformanceStatus CONFORMANT_NO_SUPPORT
      The technology provides correctly functioning responses that indicate it has no support for the features in this profile.
    • NOT_CONFORMANT

      public static final OpenMetadataConformanceStatus NOT_CONFORMANT
      The technology is not functioning according to the open metadata specifications.
  • Method Details

    • values

      public static OpenMetadataConformanceStatus[] 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 OpenMetadataConformanceStatus 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 identifier for the enum, used for indexing arrays etc with the enum.
      Returns:
      int identifier
    • getName

      public String getName()
      Return the name for the enum, used for message content.
      Returns:
      String name
    • getDescription

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

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