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 Detail

      • get

        EBXField get​(com.orchestranetworks.schema.Path fieldPath)
        Returns the field matching the specified path.
        Throws:
        java.lang.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.