Enum Class EgeriaInformationSupplyChainDefinition
java.lang.Object
java.lang.Enum<EgeriaInformationSupplyChainDefinition>
org.odpi.openmetadata.adapters.connectors.EgeriaInformationSupplyChainDefinition
- All Implemented Interfaces:
Serializable,Comparable<EgeriaInformationSupplyChainDefinition>,Constable,InformationSupplyChainDefinition,ReferenceableDefinition
public enum EgeriaInformationSupplyChainDefinition
extends Enum<EgeriaInformationSupplyChainDefinition>
implements InformationSupplyChainDefinition
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 Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDynamic ConfigurationStandard templateOpen Lineage HighwayOpen Metadata HighwayOpen Metadata ObservabilitySecurity Access Information Supply Chain -
Field Summary
Fields inherited from interface org.odpi.openmetadata.frameworks.openmetadata.definitions.ReferenceableDefinition
EGERIA_VERSION_IDENTIFIER -
Method Summary
Modifier and TypeMethodDescriptionReturn the GUID of the anchor scope for this information supply chain.Return the purposes of the information supply chain.Return the description of the solution information supply chain.Return the display name of the information supply chain.getGUID()Return the GUID for the element.Return the identifier of 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 optional collection that this element is a part of.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.Return the type of this element.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.Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOfMethods inherited from interface org.odpi.openmetadata.frameworks.openmetadata.definitions.ReferenceableDefinition
getVersionIdentifier
-
Enum Constant Details
-
INFORMATION_SUPPLY_CHAIN_TEMPLATE
Standard template -
OPEN_METADATA_HIGHWAY
Open Metadata Highway -
OPEN_LINEAGE_HIGHWAY
Open Lineage Highway -
DYNAMIC_CONFIGURATION
Dynamic Configuration -
OPEN_METADATA_OBSERVABILITY
Open Metadata Observability -
SECURITY
Security Access Information Supply Chain
-
-
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.- Specified by:
getGUIDin interfaceReferenceableDefinition- Returns:
- string
-
getTypeName
Return the type of this element.- Specified by:
getTypeNamein interfaceReferenceableDefinition- Returns:
- string
-
getDisplayName
Return the display name of the information supply chain.- Specified by:
getDisplayNamein interfaceReferenceableDefinition- Returns:
- string
-
getDescription
Return the description of the solution information supply chain.- Specified by:
getDescriptionin interfaceReferenceableDefinition- Returns:
- string
-
getParentCollection
Return the optional collection that this element is a part of.- Specified by:
getParentCollectionin interfaceReferenceableDefinition- Returns:
- collection definition
-
getScope
Return the scope of the information supply chain.- Specified by:
getScopein interfaceInformationSupplyChainDefinition- Returns:
- string
-
getDataProcessingPurposes
Return the purposes of the information supply chain.- Specified by:
getDataProcessingPurposesin interfaceInformationSupplyChainDefinition- Returns:
- list of strings
-
getOwner
Return the identifier of the owner.- Specified by:
getOwnerin interfaceInformationSupplyChainDefinition- Returns:
- string
-
getOwnerTypeName
Return the type name of the element describing the owner.- Specified by:
getOwnerTypeNamein interfaceInformationSupplyChainDefinition- Returns:
- string
-
getOwnerPropertyName
Return the property name used to identify the owner.- Specified by:
getOwnerPropertyNamein interfaceInformationSupplyChainDefinition- Returns:
- string
-
getOwningSupplyChain
Return the supply chain that this segment is a part of.- Specified by:
getOwningSupplyChainin interfaceInformationSupplyChainDefinition- Returns:
- information supply chain
-
isOwningInformationSupplyChainAnchor
public boolean isOwningInformationSupplyChainAnchor()Should this information supply chain be anchored to its parent?- Specified by:
isOwningInformationSupplyChainAnchorin interfaceInformationSupplyChainDefinition- Returns:
- boolean
-
getAnchorScopeGUID
Description copied from interface:InformationSupplyChainDefinitionReturn the GUID of the anchor scope for this information supply chain.- Specified by:
getAnchorScopeGUIDin interfaceInformationSupplyChainDefinition- Returns:
- string
-
isTemplate
public boolean isTemplate()Return whether this is a template or not.- Specified by:
isTemplatein interfaceReferenceableDefinition- Returns:
- boolean
-
getTemplateName
Return the template name.- Specified by:
getTemplateNamein interfaceInformationSupplyChainDefinition- Returns:
- string
-
getTemplateDescription
Return the template description.- Specified by:
getTemplateDescriptionin interfaceInformationSupplyChainDefinition- Returns:
- string
-
getQualifiedName
Return the unique name of the information supply chain.- Specified by:
getQualifiedNamein interfaceReferenceableDefinition- Returns:
- string
-
getIdentifier
Return the identifier of the element.- Specified by:
getIdentifierin interfaceReferenceableDefinition- Returns:
- string
-
toString
Output of this enum class and main value.- Overrides:
toStringin classEnum<EgeriaInformationSupplyChainDefinition>- Returns:
- string showing enum value
-