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 Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields inherited from interface org.odpi.openmetadata.frameworks.openmetadata.definitions.ReferenceableDefinition
EGERIA_VERSION_IDENTIFIER -
Method Summary
Modifier 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.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOfMethods inherited from interface org.odpi.openmetadata.frameworks.openmetadata.definitions.SolutionComponentDefinition
getParentComponents, 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
-
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 GUID for the element.- Specified by:
getGUIDin interfaceReferenceableDefinition- Returns:
- string
-
getTypeName
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:
getTypeNamein interfaceReferenceableDefinition- Specified by:
getTypeNamein interfaceSolutionComponentDefinition- Returns:
- string
-
getComponentType
Return the type of solution component - for example, is it a process, of file or database.- Specified by:
getComponentTypein interfaceSolutionComponentDefinition- Returns:
- string
-
getImplementationType
Return which type of software component is likely to be deployed to implement this solution component.- Specified by:
getImplementationTypein interfaceSolutionComponentDefinition- 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
-
getParentCollection
Return the optional collection that this element is a part of.- Specified by:
getParentCollectionin interfaceReferenceableDefinition- Returns:
- collection definition
-
isTemplate
public boolean isTemplate()Return whether this is a template or not.- Specified by:
isTemplatein interfaceReferenceableDefinition- Returns:
- boolean
-
getVersionIdentifier
Return the version identifier of the solution blueprint.- Specified by:
getVersionIdentifierin interfaceReferenceableDefinition- Returns:
- string
-
getIdentifier
Return the version identifier of the solution blueprint.- Specified by:
getIdentifierin interfaceReferenceableDefinition- Returns:
- string
-
getSubComponents
Return the optional list of subcomponents.- Specified by:
getSubComponentsin interfaceSolutionComponentDefinition- Returns:
- null or list
-
getLinkedFromSegment
Return the segments that preceded this segment.- Returns:
- list of segments
-
getImplementationResource
Return the GUID of the implementation element (or null)- Specified by:
getImplementationResourcein interfaceSolutionComponentDefinition- Returns:
- guid
-
getQualifiedName
Return the unique name of the solution blueprint.- Specified by:
getQualifiedNamein interfaceReferenceableDefinition- Returns:
- string
-
toString
Output of this enum class and main value.- Overrides:
toStringin classEnum<SolutionComponent>- Returns:
- string showing enum value
-