Enum Class FilesSolutionBlueprint
java.lang.Object
java.lang.Enum<FilesSolutionBlueprint>
org.odpi.openmetadata.adapters.connectors.surveyaction.solution.FilesSolutionBlueprint
- All Implemented Interfaces:
Serializable,Comparable<FilesSolutionBlueprint>,Constable,CollectionDefinition,DesignModelDefinition,ReferenceableDefinition,SolutionBlueprintDefinition
public enum FilesSolutionBlueprint
extends Enum<FilesSolutionBlueprint>
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 FilesSolutionBlueprintReturns the enum constant of this class with the specified name.static FilesSolutionBlueprint[]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, valueOfMethods inherited from interface org.odpi.openmetadata.frameworks.openmetadata.definitions.CollectionDefinition
getCollectionClassificationMethods inherited from interface org.odpi.openmetadata.frameworks.openmetadata.definitions.DesignModelDefinition
authorsMethods inherited from interface org.odpi.openmetadata.frameworks.openmetadata.definitions.ReferenceableDefinition
getParentCollection, getQualifiedName, getVersionIdentifier, isTemplateMethods inherited from interface org.odpi.openmetadata.frameworks.openmetadata.definitions.SolutionBlueprintDefinition
getTypeName
-
Enum Constant Details
-
FILES_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:
getGUIDin interfaceReferenceableDefinition- Returns:
- string
-
getIdentifier
Return the version identifier of the solution blueprint.- Specified by:
getIdentifierin interfaceReferenceableDefinition- Returns:
- string
-
getDisplayName
Return the display name of the solution blueprint.- Specified by:
getDisplayNamein interfaceReferenceableDefinition- Returns:
- string
-
getDescription
Return the description of the solution blueprint- Specified by:
getDescriptionin interfaceReferenceableDefinition- Returns:
- string
-
toString
Output of this enum class and main value.- Overrides:
toStringin classEnum<FilesSolutionBlueprint>- Returns:
- string showing enum value
-
getSolutionComponents
Return the list of components that are members of the solution blueprint.- Specified by:
getSolutionComponentsin interfaceSolutionBlueprintDefinition- Returns:
- list of component definitions
-