Enum Class ClinicalTrialSolutionComponent
java.lang.Object
java.lang.Enum<ClinicalTrialSolutionComponent>
org.odpi.openmetadata.samples.governanceactions.clinicaltrials.metadata.ClinicalTrialSolutionComponent
- All Implemented Interfaces:
Serializable
,Comparable<ClinicalTrialSolutionComponent>
,Constable
A description of the predefined solution components. The pre-defined GUIDs are used by the
Clinical trial governance actions that set up specific processes for the clinical trial.
The implementation of the solution components is managed by the coco archives.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptiongetGUID()
Return the GUID for the element.toString()
Output of this enum class and main value.Returns the enum constant of this class with the specified name.static ClinicalTrialSolutionComponent[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
HOSPITAL_LANDING_AREA_FOLDER
-
LANDING_FOLDER_CATALOGUER
-
WEEKLY_MEASUREMENTS_ONBOARDING_PIPELINE
-
WEEKLY_MEASUREMENTS_DATA_LAKE_FOLDER
-
NOMINATE_HOSPITAL
-
CERTIFY_HOSPITAL
-
ONBOARD_HOSPITAL
-
SET_UP_DATA_LAKE_FOLDER
-
-
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
-
toString
Output of this enum class and main value.- Overrides:
toString
in classEnum<ClinicalTrialSolutionComponent>
- Returns:
- string showing enum value
-