Enum Class SolutionRoleDefinition
java.lang.Object
java.lang.Enum<SolutionRoleDefinition>
org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionRoleDefinition
- All Implemented Interfaces:
- Serializable,- Comparable<SolutionRoleDefinition>,- Constable,- ActorDefinition,- ActorRoleDefinition,- ReferenceableDefinition
public enum SolutionRoleDefinition
extends Enum<SolutionRoleDefinition>
implements ActorRoleDefinition
The SolutionRoleDefinition is used to feed the definition of the solution roles for
 Coco Pharmaceuticals' solution blueprints.
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescription
- 
Field SummaryFields inherited from interface org.odpi.openmetadata.frameworks.openmetadata.definitions.ReferenceableDefinitionEGERIA_VERSION_IDENTIFIER
- 
Method SummaryModifier 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 SolutionRoleDefinitionReturns 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.Methods inherited from class java.lang.Enumclone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOfMethods inherited from interface org.odpi.openmetadata.frameworks.openmetadata.definitions.ActorRoleDefinitiongetTypeNameMethods inherited from interface org.odpi.openmetadata.frameworks.openmetadata.definitions.ReferenceableDefinitiongetParentCollection, getVersionIdentifier, isTemplate
- 
Enum Constant Details- 
PARTICIPATING_HOSPITAL
- 
PARTICIPATING_HOSPITAL_COORDINATOR
- 
CLINICAL_TRIALS_EXECUTIVE
- 
CLINICAL_TRIAL_SPONSOR
- 
CLINICAL_TRIAL_MANAGER
- 
CLINICAL_TRIAL_DATA_ENGINEER
- 
CLINICAL_TRIAL_DATA_SCIENTIST
- 
CLINICAL_TRIAL_RESEARCHER
- 
SUSTAINABILITY_LEADER
- 
SUSTAINABILITY_EXECUTIVE
- 
SUSTAINABILITY_CHAMPION
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
- 
getGUIDReturn the name of the PersonRole type to use.- Specified by:
- getGUIDin interface- ReferenceableDefinition
- Returns:
- type name
 
- 
getQualifiedNameReturns the unique name for the role entity.- Specified by:
- getQualifiedNamein interface- ReferenceableDefinition
- Returns:
- identifier
 
- 
getIdentifierReturns the unique name for the role.- Specified by:
- getIdentifierin interface- ReferenceableDefinition
- Returns:
- identifier
 
- 
getDisplayNameReturns a descriptive name of the role.- Specified by:
- getDisplayNamein interface- ReferenceableDefinition
- Returns:
- display name
 
- 
getDescriptionReturns a detailed description of the role.- Specified by:
- getDescriptionin interface- ReferenceableDefinition
- Returns:
- description
 
- 
getScopeReturns the breadth of responsibility for the role.- Specified by:
- getScopein interface- ActorRoleDefinition
- Returns:
- scope
 
- 
toStringOutput of this enum class and main value.- Overrides:
- toStringin class- Enum<SolutionRoleDefinition>
- Returns:
- string showing enum value
 
 
-