Enum Class SolutionRoleDefinition
java.lang.Object
java.lang.Enum<SolutionRoleDefinition>
org.odpi.openmetadata.samples.governanceactions.clinicaltrials.metadata.SolutionRoleDefinition
- All Implemented Interfaces:
Serializable
,Comparable<SolutionRoleDefinition>
,Constable
The SolutionRoleDefinition is used to feed the definition of the solution roles for
Coco Pharmaceuticals' solution blueprints.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a detailed description of the role.Returns a descriptive name of the role.getGUID()
Return the name of the PersonRole type to use.Returns the unique name for the role.Returns the unique name for the role entity.getScope()
Returns the breadth of responsibility for the role.toString()
Output of this enum class and main value.static SolutionRoleDefinition
Returns the enum constant of this class with the specified name.static SolutionRoleDefinition[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PARTICIPATING_HOSPITAL
-
PARTICIPATING_HOSPITAL_COORDINATOR
-
CLINICAL_TRIAL_SPONSOR
-
CLINICAL_TRIAL_MANAGER
-
CLINICAL_TRIAL_DATA_ENGINEER
-
CLINICAL_TRIAL_DATA_SCIENTIST
-
CLINICAL_TRIAL_RESEARCHER
-
-
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 name of the PersonRole type to use.- Returns:
- type name
-
getQualifiedName
Returns the unique name for the role entity.- Returns:
- identifier
-
getIdentifier
Returns the unique name for the role.- Returns:
- identifier
-
getDisplayName
Returns a descriptive name of the role.- Returns:
- display name
-
getDescription
Returns a detailed description of the role.- Returns:
- description
-
getScope
Returns the breadth of responsibility for the role.- Returns:
- scope
-
toString
Output of this enum class and main value.- Overrides:
toString
in classEnum<SolutionRoleDefinition>
- Returns:
- string showing enum value
-