Package ro.sync.ecss.dita
Class Reference
- java.lang.Object
-
- ro.sync.ecss.dita.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()
-
-
-
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 classjava.lang.Object
- See Also:
Object.toString()
-
-