public interface MetadataElement
| Modifier and Type | Method and Description |
|---|---|
List<MetadataCorrelationHeader> |
getCorrelationHeaders()
Return the details of the external identifier and other correlation properties about the metadata source.
|
ElementHeader |
getElementHeader()
Return the element header associated with the open metadata element.
|
void |
setCorrelationHeaders(List<MetadataCorrelationHeader> correlationHeaders)
Set up the details of the external identifier and other correlation properties about the metadata source.
|
void |
setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the open metadata element.
|
ElementHeader getElementHeader()
void setElementHeader(ElementHeader elementHeader)
elementHeader - element header objectList<MetadataCorrelationHeader> getCorrelationHeaders()
void setCorrelationHeaders(List<MetadataCorrelationHeader> correlationHeaders)
correlationHeaders - list of correlation properties objectsCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.