Class TemplateElement
java.lang.Object
org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.TemplateElement
TemplateElement provides the base class for a template element.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the element associated with the technology type.Return the specification reference data for the attached element.void
setRelatedElement
(OpenMetadataElement relatedElement) Set up the element associated with the technology type.void
Set up the specification reference data for the attached element.toString()
Generate a string containing the properties.
-
Constructor Details
-
TemplateElement
public TemplateElement()Default constructor
-
-
Method Details
-
getSpecification
Return the specification reference data for the attached element.- Returns:
- specification (attributeName, list[propertyName, propertyValue])
-
setSpecification
Set up the specification reference data for the attached element.- Parameters:
specification
- specification
-
getRelatedElement
Return the element associated with the technology type.- Returns:
- element object
-
setRelatedElement
Set up the element associated with the technology type.- Parameters:
relatedElement
- element object
-
toString
Generate a string containing the properties.
-