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 String
ATTR_ID
The name of the column containing the artificial primary key simplifying joining the meta and the mapping table.static 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.static 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.static String
ATTR_NAME
The name of the column containing the name of the org model attribute.static String
ATTR_OM_EXT
The name of the column of the org model extension the meta attribute is imported from.static 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.static 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.static String
ATTR_READ_ONLY
The name of the column which contains whether the attribute is read-only in the org model.static String
ATTR_SIZE_HINT
The name of the column containing the size hint for the data type of the org model attribute.static String
ATTR_TYPE
The name of the column containing the data type of the org model attribute.
-
Constructor Summary
Constructors Constructor Description PredefinedMetaAttributes()
-
-
-
Field Detail
-
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:
- Constant Field Values
-
ATTR_NAME
public static final String ATTR_NAME
The name of the column containing the name of the org model attribute.- See Also:
- Constant Field Values
-
ATTR_TYPE
public static final String ATTR_TYPE
The name of the column containing the data type of the org model attribute.- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
-