Enum Class PlatformConformanceProfileRequirement

java.lang.Object
java.lang.Enum<PlatformConformanceProfileRequirement>
org.odpi.openmetadata.conformance.workbenches.platform.PlatformConformanceProfileRequirement
All Implemented Interfaces:
Serializable, Comparable<PlatformConformanceProfileRequirement>, Constable

public enum PlatformConformanceProfileRequirement extends Enum<PlatformConformanceProfileRequirement> implements Serializable
PlatformConformanceProfileRequirement documents the different requirements for each of the platform workbench's profiles. The Open Metadata Platform Tests report their findings for each requirement.
  • Enum Constant Details

  • Method Details

    • values

      public static PlatformConformanceProfileRequirement[] 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 PlatformConformanceProfileRequirement 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 etcetera 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 a natural language resource bundle available.
      Returns:
      String default description
    • getDocumentationURL

      public String getDocumentationURL()
      Return the URL to link to more documentation about this profile.
      Returns:
      url
    • getProfile

      public PlatformConformanceProfile getProfile()
      Return the profile that this requirement belongs to.
      Returns:
      priority enum
    • getProfileId

      public Integer getProfileId()
      Return the profile identifier that this requirement belongs to.
      Returns:
      profile id
    • getRequirementId

      public Integer getRequirementId()
      Return the requirement identifier as an Integer.
      Returns:
      requirement id
    • toString

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