Class PredefinedMetaAttributes
java.lang.Object
de.aristaflow.adept2.model.orgmodel.PredefinedMetaAttributes
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
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of the column containing the artificial primary key simplifying joining the meta and the mapping table.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Replaced by a separate OM extension mapping relation.static final StringThe 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 StringThe name of the column containing the name of the org model attribute.static final StringThe name of the column of the org model extension the meta attribute is imported from.static final StringThe 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 StringThe name of the column which contains whether the attribute should be written back to a specific org model extension.static final StringThe name of the column which contains whether the attribute is read-only in the org model.static final StringThe name of the column containing the size hint for the data type of the org model attribute.static final StringThe name of the column containing the data type of the org model attribute. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ATTR_ID
The name of the column containing the artificial primary key simplifying joining the meta and the mapping table.- See Also:
-
ATTR_NAME
The name of the column containing the name of the org model attribute.- See Also:
-
ATTR_TYPE
The name of the column containing the data type of the org model attribute.- See Also:
-
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
The name of the column of the org model extension the meta attribute is imported from.- See Also:
-
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, 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
The name of the column which contains whether the attribute is read-only in the org model.- See Also:
-
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
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()
-