Enum Class InformationSupplyChainSegment
java.lang.Object
java.lang.Enum<InformationSupplyChainSegment>
org.odpi.openmetadata.samples.governanceactions.clinicaltrials.metadata.InformationSupplyChainSegment
- All Implemented Interfaces:
Serializable
,Comparable<InformationSupplyChainSegment>
,Constable
A description of the segments in an information supply chain.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionReturn the description of the information supply chain segment.Return the display name of the information supply chain segment.getGUID()
Return the GUID for the element.Return the integration style of information supply chain segment.Return the segments that preceded this segment.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 unique name of the information supply chain.getScope()
Return the version identifier of the information supply chain segment.toString()
Output of this enum class and main value.Returns the enum constant of this class with the specified name.static InformationSupplyChainSegment[]
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_DATA_LAKE
-
DATA_LAKE_TO_SANDBOX
-
ASSESS_TREATMENT
-
DELIVER_REPORT
-
-
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
-
getGUID
Return the GUID for the element.- Returns:
- string
-
getIntegrationStyle
Return the integration style of information supply chain segment.- Returns:
- string
-
getDisplayName
Return the display name of the information supply chain segment.- Returns:
- string
-
getDescription
Return the description of the information supply chain segment.- Returns:
- string
-
getScope
Return the version identifier of the information supply chain segment.- Returns:
- enum
-
getOwner
Return the identifier of the owner.- Returns:
- string
-
getOwnerTypeName
Return the type name of the element describing the owner.- Returns:
- string
-
getOwnerPropertyName
Return the property name used to identify the owner.- Returns:
- string
-
getOwningSupplyChain
Return the supply chain that this segment is a part of.- Returns:
- information supply chain
-
getLinkedFromSegment
Return the segments that preceded this segment.- Returns:
- list of segments
-
getQualifiedName
Return the unique name of the information supply chain.- Returns:
- string
-
toString
Output of this enum class and main value.- Overrides:
toString
in classEnum<InformationSupplyChainSegment>
- Returns:
- string showing enum value
-