Enum Class InformationSupplyChain
java.lang.Object
java.lang.Enum<InformationSupplyChain>
org.odpi.openmetadata.samples.archiveutilities.governanceengines.InformationSupplyChain
- All Implemented Interfaces:
- Serializable,- Comparable<InformationSupplyChain>,- Constable
A description of the predefined information supply chains.  There are two formats - one for templates and
 the other for normal information supply chains.
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionDelivering the data necessary to add a person as a subject to XXX clinical trialDelivering data relating to the XXX clinical trial.Delivering data relating to the XXX clinical trial from the hospitals to the Coco Researchers.Identifies the data flows related to all clinical trials.Standard templateAdding information about a new employee to all appropriate systems and directories.
- 
Method SummaryModifier and TypeMethodDescriptionReturn the description of the solution information supply chain.Return the display name of the information supply chain.getGUID()Return the GUID for the element.getOwner()Return the identifier of the owner.Return the property name used to identify the owner.Return the type name of the element describing the owner.Return the supply chain that this segment is a part of.Return the purposes of the information supply chain.Return the unique name of the information supply chain.getScope()Return the scope of the information supply chain.Return the template description.Return the template name.booleanShould this information supply chain be anchored to its parent?booleanReturn whether this is a template or not.toString()Output of this enum class and main value.static InformationSupplyChainReturns the enum constant of this class with the specified name.static InformationSupplyChain[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
INFORMATION_SUPPLY_CHAIN_TEMPLATEStandard template
- 
CLINICAL_TRIALSIdentifies the data flows related to all clinical trials.
- 
CLINICAL_TRIAL_TEMPLATEDelivering data relating to the XXX clinical trial.
- 
CLINICAL_TRIAL_TREATMENT_VALIDATION_TEMPLATEDelivering data relating to the XXX clinical trial from the hospitals to the Coco Researchers.
- 
CLINICAL_TRIAL_SUBJECT_ONBOARDING_TEMPLATEDelivering the data necessary to add a person as a subject to XXX clinical trial
- 
NEW_EMPLOYEE_ONBOARDINGAdding information about a new employee to all appropriate systems and directories.
- 
NEW_DRUG_PRODUCT_INFO_DISTRIBUTION
- 
PERSONALIZED_TREATMENT_ORDER
- 
SUSTAINABILITY_REPORTING
- 
PHYSICAL_INVENTORY_TRACKING
- 
EMPLOYEE_EXPENSE_PAYMENT
 
- 
- 
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 GUID for the element.- Returns:
- string
 
- 
getDisplayNameReturn the display name of the information supply chain.- Returns:
- string
 
- 
getDescriptionReturn the description of the solution information supply chain.- Returns:
- string
 
- 
getScopeReturn the scope of the information supply chain.- Returns:
- string
 
- 
getPurposesReturn the purposes of the information supply chain.- Returns:
- list of strings
 
- 
getOwnerReturn the identifier of the owner.- Returns:
- string
 
- 
getOwnerTypeNameReturn the type name of the element describing the owner.- Returns:
- string
 
- 
getOwnerPropertyNameReturn the property name used to identify the owner.- Returns:
- string
 
- 
getOwningSupplyChainReturn the supply chain that this segment is a part of.- Returns:
- information supply chain
 
- 
isOwningInformationSupplyChainAnchorpublic boolean isOwningInformationSupplyChainAnchor()Should this information supply chain be anchored to its parent?- Returns:
- boolean
 
- 
getAnchorScopeGUID
- 
isTemplatepublic boolean isTemplate()Return whether this is a template or not.- Returns:
- boolean
 
- 
getTemplateNameReturn the template name.- Returns:
- string
 
- 
getTemplateDescriptionReturn the template description.- Returns:
- string
 
- 
getQualifiedNameReturn the unique name of the information supply chain.- Returns:
- string
 
- 
toStringOutput of this enum class and main value.- Overrides:
- toStringin class- Enum<InformationSupplyChain>
- Returns:
- string showing enum value
 
 
-