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