Class OutgoingReferenceEndpoint


  • public class OutgoingReferenceEndpoint
    extends ReferenceEndpoint
    Marker row object that signals to the table API that the references contained therein all share the from address, with each row showing the to address.
    • Constructor Detail

      • OutgoingReferenceEndpoint

        public OutgoingReferenceEndpoint​(Reference r,
                                         boolean isOffcut)
      • OutgoingReferenceEndpoint

        public OutgoingReferenceEndpoint​(Reference r,
                                         Address toAddress,
                                         boolean isOffcut)
        A special constructor that allows clients to override the 'toAddress' of the reference.
        Parameters:
        r - the reference
        toAddress - the desired 'toAddress'
        isOffcut - false if the given reference points to the min address of a code unit
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object