Interface ExternalReference

  • All Superinterfaces:
    java.lang.Comparable<Reference>, Reference

    public interface ExternalReference
    extends Reference
    Interface for references to external locations.
    • Method Detail

      • getExternalLocation

        ExternalLocation getExternalLocation()
        Returns the object that represents the external location.
      • getLibraryName

        java.lang.String getLibraryName()
        Returns the name of the external library containing this location.
      • getLabel

        java.lang.String getLabel()
        Returns the external label associated with this location (may be null).