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.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionThe technology under test is able to return the identifier of the platform. -
Method Summary
Modifier and TypeMethodDescriptionReturn the default description for the enum, used when there is not a natural language resource bundle available.Return the URL to link to more documentation about this profile.getName()
Return the name for the enum, used for message content.int
Return the identifier for the enum, used for indexing arrays etcetera with the enum.Return the profile that this requirement belongs to.Return the profile identifier that this requirement belongs to.Return the requirement identifier as an Integer.toString()
toString() JSON-styleReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ORIGIN_IDENTIFIER
The technology under test is able to return the identifier of the platform.
-
-
Method Details
-
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
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 nameNullPointerException
- 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
Return the name for the enum, used for message content.- Returns:
- String name
-
getDescription
Return the default description for the enum, used when there is not a natural language resource bundle available.- Returns:
- String default description
-
getDocumentationURL
Return the URL to link to more documentation about this profile.- Returns:
- url
-
getProfile
Return the profile that this requirement belongs to.- Returns:
- priority enum
-
getProfileId
Return the profile identifier that this requirement belongs to.- Returns:
- profile id
-
getRequirementId
Return the requirement identifier as an Integer.- Returns:
- requirement id
-
toString
toString() JSON-style- Overrides:
toString
in classEnum<PlatformConformanceProfileRequirement>
- Returns:
- string description
-