Interface MetadataElement
- All Known Implementing Classes:
CollectionElement,CollectionMember,ConnectionElement,ConnectorTypeElement,EndpointElement,LocationElement,ReferenceableElement,ReferenceDataAssetElement,SubjectAreaElement,ValidValueElement
public interface MetadataElement
MetadataElement is the common interface for all metadata elements. It adds the header information that is stored with the properties.
This includes detains of its unique identifier, type and origin.
-
Method Summary
Modifier and TypeMethodDescriptionorg.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeaderReturn the element header associated with the properties.voidsetElementHeader(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader elementHeader) Set up the element header associated with the properties.
-
Method Details
-
getElementHeader
org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader getElementHeader()Return the element header associated with the properties.- Returns:
- element header object
-
setElementHeader
void setElementHeader(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader elementHeader) Set up the element header associated with the properties.- Parameters:
elementHeader- element header object
-