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_IMPORTED
The name of the column which contains whether the attribute is imported from an external data source.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 org model extension, the meta attribute belongs to.static String
ATTR_READ_ONLY
The name of the column which contains whether the attribute in the org model is read-only.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_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 org model extension, the meta attribute belongs to.- 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
public static final String ATTR_IMPORTED
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 in the org model is read-only.- See Also:
- Constant Field Values
-
-