public class PredefinedMetaAttributes
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ATTR_IMPORTED
The name of the column which contains whether the attribute is imported from an external data
source.
|
static java.lang.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 java.lang.String |
ATTR_NAME
The name of the column containing the name of the org model attribute.
|
static java.lang.String |
ATTR_OM_EXT
The name of the org model extension, the meta attribute belongs to.
|
static java.lang.String |
ATTR_READ_ONLY
The name of the column which contains whether the attribute in the org model is read-only.
|
static java.lang.String |
ATTR_SIZE_HINT
The name of the column containing the size hint for the data type of the org model attribute.
|
static java.lang.String |
ATTR_TYPE
The name of the column containing the data type of the org model attribute.
|
| Constructor and Description |
|---|
PredefinedMetaAttributes() |
public static final java.lang.String ATTR_NAME
public static final java.lang.String ATTR_TYPE
public static final java.lang.String ATTR_SIZE_HINT
public static final java.lang.String ATTR_OM_EXT
public static final java.lang.String ATTR_MAPPED_TO
public static final java.lang.String ATTR_IMPORTED
public static final java.lang.String ATTR_READ_ONLY