Class Reference


  • @API(type=NOT_EXTENDABLE,
         src=PRIVATE)
    public class Reference
    extends java.lang.Object
    Contains DITA content reference information.
    • Constructor Summary

      Constructors 
      Constructor Description
      Reference​(java.lang.String uri, java.lang.String topicID)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTopicID()
      Get the topicID.
      java.lang.String getUri()
      Get the URI of the referred topic document.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Reference

        public Reference​(java.lang.String uri,
                         java.lang.String topicID)
        Constructor.
        Parameters:
        uri - The topic document URI.
        topicID - The topic ID.
    • Method Detail

      • getUri

        public java.lang.String getUri()
        Get the URI of the referred topic document.
        Returns:
        Returns the URI of the referred topic document.
      • getTopicID

        public java.lang.String getTopicID()
        Get the topicID.
        Returns:
        Returns the topicID.
      • toString

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