Interface IReferenceDS

All Superinterfaces:
IReportingDS
All Known Implementing Classes:
XmlReferenceDS, XmlReferenceDS

public interface IReferenceDS extends IReportingDS
This interface provides the information about a the reference of an attribute.
Since:
9.7
Author:
MariusOrsan
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the connection string of this attribute
    This method returns the referenced id of this attribute (attributes from the same entity which are aggregate references)
    This method returns the reference type of the attribute

    Methods inherited from interface com.aquima.interactions.foundation.report.IReportingDS

    addMessage
  • Method Details

    • getReferenceType

      ReferenceType getReferenceType()
      This method returns the reference type of the attribute
      Returns:
      The reference type of the attribute
    • getConnection

      String getConnection()
      This method returns the connection string of this attribute
      Returns:
      The connection string of this attribute
    • getReferencedId

      String getReferencedId()
      This method returns the referenced id of this attribute (attributes from the same entity which are aggregate references)
      Returns:
      The referenced id of this attribute