java.lang.Object
org.odpi.openmetadata.samples.archiveutilities.cloudinformationmodel.properties.ModelElement
org.odpi.openmetadata.samples.archiveutilities.cloudinformationmodel.properties.PropertyDescription

public class PropertyDescription extends ModelElement
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 Details

    • PropertyDescription

      public PropertyDescription()
  • Method Details

    • isPrimitive

      public boolean isPrimitive()
    • setPrimitive

      public void setPrimitive(boolean primitive)
    • getDataTypeId

      public String 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

      public void setDataTypeId(String dataTypeId)
    • getAttributes

      public List<Attribute> getAttributes()
    • addAttribute

      public void addAttribute(Attribute attribute)