Class TemplateElement
java.lang.Object
org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.TemplateElement
TemplateElement provides the base class for a template element.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.odpi.openmetadata.frameworks.governanceaction.properties.OpenMetadataElementReturn the element associated with the technology type.Return the specification reference data for the attached element.voidsetRelatedElement(org.odpi.openmetadata.frameworks.governanceaction.properties.OpenMetadataElement relatedElement) Set up the element associated with the technology type.voidSet 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
public org.odpi.openmetadata.frameworks.governanceaction.properties.OpenMetadataElement getRelatedElement()Return the element associated with the technology type.- Returns:
- element object
-
setRelatedElement
public void setRelatedElement(org.odpi.openmetadata.frameworks.governanceaction.properties.OpenMetadataElement relatedElement) Set up the element associated with the technology type.- Parameters:
relatedElement- element object
-
toString
Generate a string containing the properties.
-