Enum Class SolutionComponent
java.lang.Object
java.lang.Enum<SolutionComponent>
org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionComponent
- All Implemented Interfaces:
- Serializable,- Comparable<SolutionComponent>,- Constable,- ReferenceableDefinition,- SolutionComponentDefinition
public enum SolutionComponent
extends Enum<SolutionComponent>
implements SolutionComponentDefinition
A description of the predefined solution components.
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescription
- 
Field SummaryFields inherited from interface org.odpi.openmetadata.frameworks.openmetadata.definitions.ReferenceableDefinitionEGERIA_VERSION_IDENTIFIER
- 
Method SummaryModifier and TypeMethodDescriptionReturn the type of solution component - for example, is it a process, of file or database.Return the description of the solution blueprintReturn the display name of the solution blueprint.getGUID()Return the GUID for the element.Return the version identifier of the solution blueprint.Return the GUID of the implementation element (or null)Return which type of software component is likely to be deployed to implement this solution component.Return the segments that preceded this segment.Return the optional collection that this element is a part of.Return the unique name of the solution blueprint.Return the optional list of subcomponents.Return the unique identifier of this element.Return the version identifier of the solution blueprint.booleanReturn whether this is a template or not.toString()Output of this enum class and main value.static SolutionComponentReturns the enum constant of this class with the specified name.static SolutionComponent[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enumclone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOfMethods inherited from interface org.odpi.openmetadata.frameworks.openmetadata.definitions.SolutionComponentDefinitiongetParentComponents, getURL
- 
Enum Constant Details- 
HOSPITAL
- 
HOSPITAL_LANDING_AREA_FOLDER
- 
LANDING_FOLDER_CATALOGUER
- 
MOVE_FILE_TO_DATA_LAKE
- 
CHECK_QUALITY_OF_DATA
- 
REPORT_QUALITY_ISSUES
- 
DETERMINE_ORIGIN_OF_DATA
- 
SET_RETENTION_PERIOD
- 
PUBLISH_ASSET
- 
WEEKLY_MEASUREMENTS_ONBOARDING_PIPELINE
- 
WEEKLY_MEASUREMENTS_DATA_LAKE_FOLDER
- 
POPULATE_SANDBOX
- 
TREATMENT_VALIDATION_SANDBOX
- 
ANALYSE_PATIENT_DATA
- 
TREATMENT_EFFICACY_EVIDENCE
- 
ASSEMBLE_REPORT
- 
REPORT_VALIDATION_AND_DELIVERY
- 
NOMINATE_HOSPITAL
- 
CERTIFY_HOSPITAL
- 
ONBOARD_HOSPITAL
- 
SET_UP_DATA_LAKE
- 
SET_UP_CLINICAL_TRIAL
- 
SUSTAINABILITY_ODS
- 
SUSTAINABILITY_CALCULATORS
- 
SUSTAINABILITY_DASHBOARDS
- 
EMPLOYEE_EXPENSE_TOOL
- 
HAZMAT_INVENTORY
- 
ACCOUNTING_LEDGER
- 
GOODS_INVENTORY
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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
 
- 
getGUIDReturn the GUID for the element.- Specified by:
- getGUIDin interface- ReferenceableDefinition
- Returns:
- string
 
- 
getTypeNameReturn the unique identifier of this element. It is only needed if the elements are to be loaded into an open metadata archive.- Specified by:
- getTypeNamein interface- ReferenceableDefinition
- Specified by:
- getTypeNamein interface- SolutionComponentDefinition
- Returns:
- string
 
- 
getComponentTypeReturn the type of solution component - for example, is it a process, of file or database.- Specified by:
- getComponentTypein interface- SolutionComponentDefinition
- Returns:
- string
 
- 
getImplementationTypeReturn which type of software component is likely to be deployed to implement this solution component.- Specified by:
- getImplementationTypein interface- SolutionComponentDefinition
- Returns:
- string
 
- 
getDisplayNameReturn the display name of the solution blueprint.- Specified by:
- getDisplayNamein interface- ReferenceableDefinition
- Returns:
- string
 
- 
getDescriptionReturn the description of the solution blueprint- Specified by:
- getDescriptionin interface- ReferenceableDefinition
- Returns:
- string
 
- 
getParentCollectionReturn the optional collection that this element is a part of.- Specified by:
- getParentCollectionin interface- ReferenceableDefinition
- Returns:
- collection definition
 
- 
isTemplatepublic boolean isTemplate()Return whether this is a template or not.- Specified by:
- isTemplatein interface- ReferenceableDefinition
- Returns:
- boolean
 
- 
getVersionIdentifierReturn the version identifier of the solution blueprint.- Specified by:
- getVersionIdentifierin interface- ReferenceableDefinition
- Returns:
- string
 
- 
getIdentifierReturn the version identifier of the solution blueprint.- Specified by:
- getIdentifierin interface- ReferenceableDefinition
- Returns:
- string
 
- 
getSubComponentsReturn the optional list of subcomponents.- Specified by:
- getSubComponentsin interface- SolutionComponentDefinition
- Returns:
- null or list
 
- 
getLinkedFromSegmentReturn the segments that preceded this segment.- Returns:
- list of segments
 
- 
getImplementationResourceReturn the GUID of the implementation element (or null)- Specified by:
- getImplementationResourcein interface- SolutionComponentDefinition
- Returns:
- guid
 
- 
getQualifiedNameReturn the unique name of the solution blueprint.- Specified by:
- getQualifiedNamein interface- ReferenceableDefinition
- Returns:
- string
 
- 
toStringOutput of this enum class and main value.- Overrides:
- toStringin class- Enum<SolutionComponent>
- Returns:
- string showing enum value
 
 
-