Enum Class SolutionComponentWire
java.lang.Object
java.lang.Enum<SolutionComponentWire>
org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionComponentWire
- All Implemented Interfaces:
- Serializable,- Comparable<SolutionComponentWire>,- Constable,- SolutionComponentWireDefinition
public enum SolutionComponentWire
extends Enum<SolutionComponentWire>
implements SolutionComponentWireDefinition
Define the linkage between solution components defined for Coco Pharmaceuticals.
 Still experimenting on the usage of the
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescription
- 
Method SummaryModifier and TypeMethodDescriptionReturn the component for end 1Return the component for end 2Return the relationship description.Return the list of ISC qualified names that the wire belongs to.getLabel()Return the relationship label.toString()Output of this enum class and main value.static SolutionComponentWireReturns the enum constant of this class with the specified name.static SolutionComponentWire[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
HOSPITAL_TO_LANDING_AREA
- 
LANDING_AREA_TO_ONBOARDING_PIPELINE
- 
CATALOGUER_TO_ONBOARDING_PIPELINE
- 
ONBOARDING_PIPELINE_TO_DATA_LAKE
- 
DATA_LAKE_TO_POPULATE_SANDBOX
- 
POPULATE_SANDBOX_TO_SANDBOX
- 
SANDBOX_TO_ANALYSIS
- 
ANALYSIS_TO_EVIDENCE
- 
EVIDENCE_TO_ASSEMBLE_REPORT
- 
REPORT_TO_VALIDATE_AND_DELIVERY
- 
MOVE_FILES_TO_CHECK_QUALITY
- 
MOVE_FILE_TO_SEEK_ORIGIN
- 
CHECK_QUALITY_TO_REPORT_ISSUES
- 
SEEK_ORIGIN_TO_SET_RETENTION
- 
SET_RETENTION_TO_PUBLISH_ASSET
- 
REPORT_ISSUES_TO_PUBLISH_ASSET
- 
GOODS_MOVEMENT
- 
SPENDING_TYPES
- 
PUBLISH_HAZMAT
- 
TRAVEL_INVENTORY
- 
SUSTAINABILITY_RAW_DATA_REQUEST
- 
SUSTAINABILITY_RESULTS
- 
SUSTAINABILITY_REPORT_DATA_REQUEST
 
- 
- 
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
 
- 
getComponent1Return the component for end 1- Specified by:
- getComponent1in interface- SolutionComponentWireDefinition
- Returns:
- component definition
 
- 
getComponent2Return the component for end 2- Specified by:
- getComponent2in interface- SolutionComponentWireDefinition
- Returns:
- component definition
 
- 
getLabelReturn the relationship label.- Specified by:
- getLabelin interface- SolutionComponentWireDefinition
- Returns:
- string
 
- 
getDescriptionReturn the relationship description.- Specified by:
- getDescriptionin interface- SolutionComponentWireDefinition
- Returns:
- string
 
- 
getISCQualifiedNamesReturn the list of ISC qualified names that the wire belongs to.- Specified by:
- getISCQualifiedNamesin interface- SolutionComponentWireDefinition
- Returns:
- list of strings
 
- 
toStringOutput of this enum class and main value.- Overrides:
- toStringin class- Enum<SolutionComponentWire>
- Returns:
- string showing enum value
 
 
-