Class PredefinedMetaAttributes

java.lang.Object
de.aristaflow.adept2.model.orgmodel.PredefinedMetaAttributes

public class PredefinedMetaAttributes extends Object
This class defines the names of meta attributes which are always available for the org model. These are the properties of additional attributes for org model entities.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The name of the column containing the artificial primary key simplifying joining the meta and the mapping table.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Replaced by a separate OM extension mapping relation.
    static final String
    The name of the column which contains the name of an attribute in an external data source which is mapped to the corresponding attribute in the org model.
    static final String
    The name of the column containing the name of the org model attribute.
    static final String
    The name of the column of the org model extension the meta attribute is imported from.
    static final String
    The name of the column with the priority for an org model extension has with respect to the other org model extensions for a specific attribute.
    static final String
    The name of the column which contains whether the attribute should be written back to a specific org model extension.
    static final String
    The name of the column which contains whether the attribute is read-only in the org model.
    static final String
    The name of the column containing the size hint for the data type of the org model attribute.
    static final String
    The name of the column containing the data type of the org model attribute.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ATTR_ID

      public static final String ATTR_ID
      The name of the column containing the artificial primary key simplifying joining the meta and the mapping table.
      See Also:
    • ATTR_NAME

      public static final String ATTR_NAME
      The name of the column containing the name of the org model attribute.
      See Also:
    • ATTR_TYPE

      public static final String ATTR_TYPE
      The name of the column containing the data type of the org model attribute.
      See Also:
    • ATTR_SIZE_HINT

      public static final String ATTR_SIZE_HINT
      The name of the column containing the size hint for the data type of the org model attribute.
      See Also:
    • ATTR_OM_EXT

      public static final String ATTR_OM_EXT
      The name of the column of the org model extension the meta attribute is imported from.
      See Also:
    • ATTR_MAPPED_TO

      public static final String ATTR_MAPPED_TO
      The name of the column which contains the name of an attribute in an external data source which is mapped to the corresponding attribute in the org model.
      See Also:
    • ATTR_IMPORTED

      @Deprecated(since="13.0.0", forRemoval=true) public static final String ATTR_IMPORTED
      Deprecated, for removal: This API element is subject to removal in a future version.
      Replaced by a separate OM extension mapping relation.
      The name of the column which contains whether the attribute is imported from an external data source.
      See Also:
    • ATTR_READ_ONLY

      public static final String ATTR_READ_ONLY
      The name of the column which contains whether the attribute is read-only in the org model.
      See Also:
    • ATTR_OM_EXT_PRIORITY

      public static final String ATTR_OM_EXT_PRIORITY
      The name of the column with the priority for an org model extension has with respect to the other org model extensions for a specific attribute.
      See Also:
    • ATTR_OM_EXT_WRITE_BACK

      public static final String ATTR_OM_EXT_WRITE_BACK
      The name of the column which contains whether the attribute should be written back to a specific org model extension.
      See Also:
  • Constructor Details

    • PredefinedMetaAttributes

      public PredefinedMetaAttributes()