Interface EBXTable

All Superinterfaces:
Table<EBXField>

public interface EBXTable extends Table<EBXField>
Table structure (an AdaptationTable) in an EBX data source.
Since:
4.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    get(com.orchestranetworks.schema.Path fieldPath)
    Returns the field matching the specified path.

    Methods inherited from interface com.orchestranetworks.addon.dint.schema.Table

    getFields, getLabel, getPath
  • Method Details

    • get

      EBXField get(com.orchestranetworks.schema.Path fieldPath)
      Returns the field matching the specified path.
      Throws:
      IllegalArgumentException - if either:
      • The path is null.
      • No field found for the specified path.
      • The field is not accessible.
      • The field is an association node.
      • The field is a selection node.
      • The field is complex.