Interface MetadataElement
-
- All Known Implementing Classes:
AssetElement,ConnectionElement,ConnectorTypeElement,DuplicateElement,EndpointElement,FileElement,FileSystemElement,FolderElement,ReferenceableElement,SchemaAttributeElement,SchemaTypeElement,ValidValueElement
public interface MetadataElementMetadataElement 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElementHeadergetElementHeader()Return the element header associated with the properties.voidsetElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.
-
-
-
Method Detail
-
getElementHeader
ElementHeader getElementHeader()
Return the element header associated with the properties.- Returns:
- element header object
-
setElementHeader
void setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.- Parameters:
elementHeader- element header object
-
-