Class ModelElement
java.lang.Object
org.odpi.openmetadata.samples.archiveutilities.cloudinformationmodel.properties.ModelElement
- Direct Known Subclasses:
Concept
,ConceptGroup
,DataType
,Property
,PropertyDescription
,PropertyGroup
,SubjectArea
ModelElement describes the common attributes for each element in the model.
Each element has 2 names - the GUID is always unique but not always known.
The technical name should also be unique within a specific type.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetGUID()
void
setDescription
(String description) void
setDisplayName
(String displayName) void
void
setTechnicalName
(String technicalName) void
setVersion
(String version) toString()