Package | Description |
---|---|
com.orchestranetworks.addon.dint.schema |
Provides classes and interfaces that represent fields and tables for the supported data source.
|
Modifier and Type | Method and Description |
---|---|
EBXField |
EBXTable.get(com.orchestranetworks.schema.Path fieldPath)
Returns the field matching the specified path.
|
EBXField |
EBXField.getChildForeignKeyField(com.orchestranetworks.schema.Path pathInAdaptation)
Returns the child foreign key field if this is a composite foreign key.
|
EBXField |
EBXField.getEnumLabelField()
Returns enumeration label field if this field is a enumeration field.
|
EBXField |
EBXField.getForeignKeyLabelField()
Returns foreign key label field if this field is a foreign key field.
|