Interface AssociationLinkByLinkTable

All Superinterfaces:
AssociationLink, SchemaNodeExplicitRelationship

public interface AssociationLinkByLinkTable extends AssociationLink
This interface contains the information for an association over a link table (osd:association/linkTable property).
Since:
5.5.1
See Also:
  • Method Details

    • getLinkTable

      AdaptationTable getLinkTable(Adaptation aRecordOrDataSet)
      Returns the link table of this association.
      Since:
      5.5.1
    • getLinkTablePath

      Path getLinkTablePath()
      Returns the path of the link table defined in the data model (property table).
      Since:
      5.5.1
    • getFieldToSourcePath

      Path getFieldToSourcePath()
      Returns the path of the field to the source table defined in the data model (property fieldToSource).
      Since:
      5.5.1
    • getFieldToTargetPath

      Path getFieldToTargetPath()
      Returns the path of the field to the target table defined in the data model (property fieldToTarget).
      Since:
      5.5.1