Enum Class CocoClinicalTrialRequestParameter
java.lang.Object
java.lang.Enum<CocoClinicalTrialRequestParameter>
org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialRequestParameter
- All Implemented Interfaces:
Serializable
,Comparable<CocoClinicalTrialRequestParameter>
,Constable
RequestParameter provides some standard definitions for request parameters used to pass properties
to governance actions when they run. Using standard names for request parameters wherever necessary
helps to simplify the integration of governance services.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<RequestParameterType>
Retrieve all the defined request parametersstatic List<RequestParameterType>
Retrieve all the defined request parametersReturn the data type for the request parameter.Return the description of the request parameter.Return an example of the request parameter to help users understand how to set it up.static List<RequestParameterType>
Retrieve all the defined request parametersgetName()
Return the name of the request parameter.static List<RequestParameterType>
Retrieve all the defined request parametersReturn a summary of this enum to use in a service provider.static List<RequestParameterType>
Retrieve all the defined request parameterstoString()
Output of this enum class and main value.Returns the enum constant of this class with the specified name.static CocoClinicalTrialRequestParameter[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DATA_LAKE_SCHEMA_TEMPLATE
-
DATA_LAKE_SCHEMA_NAME
-
DATA_LAKE_SCHEMA_DESCRIPTION
-
DATA_LAKE_VOLUME_TEMPLATE
-
DATA_LAKE_VOLUME_PATH_NAME
-
DATA_LAKE_VOLUME_NAME
-
DATA_LAKE_VOLUME_DESCRIPTION
-
LANDING_AREA_DIRECTORY_PATH_NAME
-
LANDING_AREA_DIRECTORY_TEMPLATE
-
LANDING_AREA_FILE_TEMPLATE
-
DATA_LAKE_FILE_TEMPLATE
-
-
Field Details
-
name
-
description
-
dataType
-
example
-
-
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
-
getName
Return the name of the request parameter.- Returns:
- string name
-
getDescription
Return the description of the request parameter.- Returns:
- text
-
getDataType
Return the data type for the request parameter.- Returns:
- data type name
-
getExample
Return an example of the request parameter to help users understand how to set it up.- Returns:
- example
-
getClinicalTrialSetUpRequestParameterTypes
Retrieve all the defined request parameters- Returns:
- list of request parameter types
-
getNominateHospitalRequestParameterTypes
Retrieve all the defined request parameters- Returns:
- list of request parameter types
-
getCertifyHospitalRequestParameterTypes
Retrieve all the defined request parameters- Returns:
- list of request parameter types
-
getSetUpDataLakeRequestParameterTypes
Retrieve all the defined request parameters- Returns:
- list of request parameter types
-
getHospitalOnboardingRequestParameterTypes
Retrieve all the defined request parameters- Returns:
- list of request parameter types
-
getRequestParameterType
Return a summary of this enum to use in a service provider.- Returns:
- request parameter type
-
toString
Output of this enum class and main value.- Overrides:
toString
in classEnum<CocoClinicalTrialRequestParameter>
- Returns:
- string showing enum value
-