Class PropertyDescription
java.lang.Object
org.odpi.openmetadata.samples.archiveutilities.cloudinformationmodel.properties.ModelElement
org.odpi.openmetadata.samples.archiveutilities.cloudinformationmodel.properties.PropertyDescription
Property description represents the glossary term for a particular type of attribute (represented by a data field
 and a concept).  It is set up if the description is not null.  The GUID is used got yhe glossary term guid.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttribute(Attribute attribute) Return the type - only set if the attribute is a link to another table - for primitives, the type is set in the attribute.booleanvoidsetDataTypeId(String dataTypeId) voidsetPrimitive(boolean primitive) Methods inherited from class org.odpi.openmetadata.samples.archiveutilities.cloudinformationmodel.properties.ModelElement
getDescription, getDisplayName, getGUID, getTechnicalName, getVersion, setDescription, setDisplayName, setGUID, setTechnicalName, setVersion, toString 
- 
Constructor Details
- 
PropertyDescription
public PropertyDescription() 
 - 
 - 
Method Details
- 
isPrimitive
public boolean isPrimitive() - 
setPrimitive
public void setPrimitive(boolean primitive)  - 
getDataTypeId
Return the type - only set if the attribute is a link to another table - for primitives, the type is set in the attribute.- Returns:
 - string
 
 - 
setDataTypeId
 - 
getAttributes
 - 
addAttribute
 
 -