All Known Implementing Classes:
AssetElement, ConnectionElement, ConnectorTypeElement, ContactMethodElement, EndpointElement, HostElement, ITProfileElement, OperatingPlatformElement, PlatformDeploymentElement, SoftwareCapabilityElement, SoftwareServerElement, SoftwareServerPlatformElement, SupportedCapabilityElement, UserIdentityElement

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 Type
    Method
    Description
    Return the element header associated with the properties.
    void
    Set up the element header associated with the properties.
  • Method Details

    • 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