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 Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier 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.static SolutionComponentWire
Returns 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
-
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
-
getComponent1
Description copied from interface:SolutionComponentWireDefinition
Return the component for end 1- Specified by:
getComponent1
in interfaceSolutionComponentWireDefinition
- Returns:
- component definition
-
getComponent2
Description copied from interface:SolutionComponentWireDefinition
Return the component for end 2- Specified by:
getComponent2
in interfaceSolutionComponentWireDefinition
- Returns:
- component definition
-
getLabel
Description copied from interface:SolutionComponentWireDefinition
Return the relationship label.- Specified by:
getLabel
in interfaceSolutionComponentWireDefinition
- Returns:
- string
-
getDescription
Description copied from interface:SolutionComponentWireDefinition
Return the relationship description.- Specified by:
getDescription
in interfaceSolutionComponentWireDefinition
- Returns:
- string
-
getISCQualifiedNames
Description copied from interface:SolutionComponentWireDefinition
Return the list of ISC qualified names that the wire belongs to.- Specified by:
getISCQualifiedNames
in interfaceSolutionComponentWireDefinition
- Returns:
- list of strings
-