Enum Class PostgresSolutionBlueprint
java.lang.Object
java.lang.Enum<PostgresSolutionBlueprint>
org.odpi.openmetadata.adapters.connectors.postgres.solution.PostgresSolutionBlueprint
- All Implemented Interfaces:
Serializable
,Comparable<PostgresSolutionBlueprint>
,Constable
,CollectionDefinition
,DesignModelDefinition
,ReferenceableDefinition
,SolutionBlueprintDefinition
public enum PostgresSolutionBlueprint
extends Enum<PostgresSolutionBlueprint>
implements SolutionBlueprintDefinition
A description of the predefined solution blueprints. Solution blueprints identify the key solution oriented
investments. They may be used to document both the as-is and to-be solutions.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDescription of the processing used to create the content packs shipped with Egeria. -
Field Summary
Fields inherited from interface org.odpi.openmetadata.frameworks.openmetadata.definitions.ReferenceableDefinition
EGERIA_VERSION_IDENTIFIER
-
Method Summary
Modifier and TypeMethodDescriptionReturn the description of the solution blueprintReturn the display name of the solution blueprint.getGUID()
Return the unique identifier of this element.Return the version identifier of the solution blueprint.Return the list of components that are members of the solution blueprint.toString()
Output of this enum class and main value.static PostgresSolutionBlueprint
Returns the enum constant of this class with the specified name.static PostgresSolutionBlueprint[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
Methods inherited from interface org.odpi.openmetadata.frameworks.openmetadata.definitions.CollectionDefinition
getCollectionClassification
Methods inherited from interface org.odpi.openmetadata.frameworks.openmetadata.definitions.DesignModelDefinition
authors
Methods inherited from interface org.odpi.openmetadata.frameworks.openmetadata.definitions.ReferenceableDefinition
getParentCollection, getQualifiedName, getVersionIdentifier, isTemplate
Methods inherited from interface org.odpi.openmetadata.frameworks.openmetadata.definitions.SolutionBlueprintDefinition
getTypeName
-
Enum Constant Details
-
POSTGRES_SOLUTION_BLUEPRINT
Description of the processing used to create the content packs shipped with Egeria.
-
-
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
-
getGUID
Return the unique identifier of this element. It is only needed if the elements are to be loaded into an open metadata archive.- Specified by:
getGUID
in interfaceReferenceableDefinition
- Returns:
- string
-
getIdentifier
Return the version identifier of the solution blueprint.- Specified by:
getIdentifier
in interfaceReferenceableDefinition
- Returns:
- string
-
getDisplayName
Return the display name of the solution blueprint.- Specified by:
getDisplayName
in interfaceReferenceableDefinition
- Returns:
- string
-
getDescription
Return the description of the solution blueprint- Specified by:
getDescription
in interfaceReferenceableDefinition
- Returns:
- string
-
toString
Output of this enum class and main value.- Overrides:
toString
in classEnum<PostgresSolutionBlueprint>
- Returns:
- string showing enum value
-
getSolutionComponents
Return the list of components that are members of the solution blueprint.- Specified by:
getSolutionComponents
in interfaceSolutionBlueprintDefinition
- Returns:
- list of component definitions
-