Enum Class SolutionComponent
java.lang.Object
java.lang.Enum<SolutionComponent>
org.odpi.openmetadata.samples.governanceactions.clinicaltrials.metadata.SolutionComponent
- All Implemented Interfaces:
Serializable
,Comparable<SolutionComponent>
,Constable
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 ConstantDescription -
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 unique name of the solution blueprint.Return the optional list of subcomponents.Return the version identifier of the solution blueprint.toString()
Output of this enum class and main value.static SolutionComponent
Returns 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.
-
Enum Constant Details
-
HOSPITAL
-
HOSPITAL_LANDING_AREA_FOLDER
-
LANDING_FOLDER_CATALOGUER
-
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_FOLDER
-
SET_UP_CLINICAL_TRIAL
-
-
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.- Returns:
- string
-
getComponentType
Return the type of solution component - for example, is it a process, of file or database.- Returns:
- string
-
getDisplayName
Return the display name of the solution blueprint.- Returns:
- string
-
getDescription
Return the description of the solution blueprint- Returns:
- string
-
getVersionIdentifier
Return the version identifier of the solution blueprint.- Returns:
- string
-
getOwningBlueprint
-
getSubComponents
Return the optional list of subcomponents.- Returns:
- null or list
-
getQualifiedName
Return the unique name of the solution blueprint.- Returns:
- string
-
toString
Output of this enum class and main value.- Overrides:
toString
in classEnum<SolutionComponent>
- Returns:
- string showing enum value
-