java.lang.Object
org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.TemplateElement

public class TemplateElement extends Object
TemplateElement provides the base class for a template element.
  • Constructor Details

    • TemplateElement

      public TemplateElement()
      Default constructor
  • Method Details

    • getSpecification

      public Map<String,List<Map<String,String>>> getSpecification()
      Return the specification reference data for the attached element.
      Returns:
      specification (attributeName, list[propertyName, propertyValue])
    • setSpecification

      public void setSpecification(Map<String,List<Map<String,String>>> specification)
      Set up the specification reference data for the attached element.
      Parameters:
      specification - specification
    • getRelatedElement

      public OpenMetadataElement getRelatedElement()
      Return the element associated with the technology type.
      Returns:
      element object
    • setRelatedElement

      public void setRelatedElement(OpenMetadataElement relatedElement)
      Set up the element associated with the technology type.
      Parameters:
      relatedElement - element object
    • toString

      public String toString()
      Generate a string containing the properties.
      Overrides:
      toString in class Object
      Returns:
      string value