Class RefDataElementBase
java.lang.Object
org.odpi.openmetadata.viewservices.automatedcuration.properties.RefDataElementBase
- Direct Known Subclasses:
CatalogTemplate,ResourceDescription
RefDataElementBase provides the base class for an element that is defined using metadata.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementStubReturn the element header associated with the technology type.Return the specification reference data for the attached element.voidsetRelatedElement(org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementStub relatedElement) Set up the element header associated with the technology type.voidSet up the specification reference data for the attached element.toString()Generate a string containing the properties.
-
Constructor Details
-
RefDataElementBase
public RefDataElementBase()Default constructor
-
-
Method Details
-
getSpecification
Return the specification reference data for the attached element.- Returns:
- specification (attributeName, list[propertyName, propertyValue])
-
setSpecification
Set up the specification reference data for the attached element.- Parameters:
specification- specification
-
getRelatedElement
public org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementStub getRelatedElement()Return the element header associated with the technology type.- Returns:
- element stub object
-
setRelatedElement
public void setRelatedElement(org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementStub relatedElement) Set up the element header associated with the technology type.- Parameters:
relatedElement- element stub object
-
toString
Generate a string containing the properties.
-