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
-
Method Summary
Modifier and TypeMethodDescriptionReturn the element header associated with the technology type.Return the specification reference data for the attached element.void
setRelatedElement
(ElementStub relatedElement) Set up the element header associated with the technology type.void
Set 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
Return the element header associated with the technology type.- Returns:
- element stub object
-
setRelatedElement
Set up the element header associated with the technology type.- Parameters:
relatedElement
- element stub object
-
toString
Generate a string containing the properties.
-