Enum Class InformationSupplyChainLink
java.lang.Object
java.lang.Enum<InformationSupplyChainLink>
org.odpi.openmetadata.samples.archiveutilities.governanceengines.InformationSupplyChainLink
- All Implemented Interfaces:
Serializable,Comparable<InformationSupplyChainLink>,Constable,InformationSupplyChainLinkDefinition
public enum InformationSupplyChainLink
extends Enum<InformationSupplyChainLink>
implements InformationSupplyChainLinkDefinition
Define the linkage between information supply chain segments.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the description of the information supply chain link.getLabel()Retrieves the label associated with the information supply chain link.Retrieves the first segment in the information supply chain linkage.Retrieves the second segment in the information supply chain linkage.static InformationSupplyChainLinkReturns the enum constant of this class with the specified name.static InformationSupplyChainLink[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SUBJECT_ONBOARDING_TO_TREATMENT_VALIDATION
-
-
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
-
getSegment1
Retrieves the first segment in the information supply chain linkage.- Specified by:
getSegment1in interfaceInformationSupplyChainLinkDefinition- Returns:
- the first information supply chain segment in the linkage
-
getSegment2
Retrieves the second segment in the information supply chain linkage.- Specified by:
getSegment2in interfaceInformationSupplyChainLinkDefinition- Returns:
- the definition of the second information supply chain segment
-
getLabel
Retrieves the label associated with the information supply chain link.- Specified by:
getLabelin interfaceInformationSupplyChainLinkDefinition- Returns:
- the label describing the linkage between the supply chain segments
-
getDescription
Retrieves the description of the information supply chain link.- Specified by:
getDescriptionin interfaceInformationSupplyChainLinkDefinition- Returns:
- the description providing details about the linkage between the supply chain segments
-